Skript Unknown Events.

  • Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the comminuty!

    Now, what are you waiting for? Join the community now!

BrettPlayMC

Supporter
Jan 26, 2017
715
53
28
SkUnity Street
So I broke a few things on my server when I updated all of my Skript jars except a few and now my server doesn't know a bunch of variables. What script addon(s) do I need to recognize these?
code_language.skript:
29.01 11:35:53 [Server] INFO entity: player
29.01 11:35:53 [Server] INFO entity: player
29.01 11:35:53 [Server] ERROR Can't understand this condition/effect: send title from "&4&lWARNING" and "&cPvP is now enabled." to player for 4, 20, 4 (event.sk, line 6: send title from "&4&lWARNING" and "&cPvP is now enabled." to player for 4, 20, 4')
29.01 11:35:52 [Server] ERROR There's no loop that matches 'loop-player title "&4&lRESTART" with subtitle "&7Server now restarting..." for 1 second' (4-EXTRA-COMMANDS.sk, line 309: send loop-player title "&4&lRESTART" with subtitle "&7Server now restarting..." for 1 second')
29.01 11:35:52 [Server] ERROR Can't understand this condition/effect: send all players title "&4&lRESTART" with subtitle "&7in %{_time::%uuid of loop-player%}%" for 2 seconds (4-EXTRA-COMMANDS.sk, line 305: send all players title "&4&lRESTART" with subtitle "&7in %{_time::%uuid of loop-player%}%" for 2 seconds')
29.01 11:35:52 [Server] ERROR Can't understand this condition/effect: send all players title "&4%colored arg 2%" with subtitle "%colored arg 3%%{_time}%" for 1.5 seconds (4-EXTRA-COMMANDS.sk, line 286: send all players title "&4%colored arg 2%" with subtitle "%colored arg 3%%{_time}%" for 1.5 seconds')
29.01 11:35:52 [Server] ERROR Can't understand this condition/effect: send all players title "%colored arg 2%" with subtitle "" for 1 seconds (4-EXTRA-COMMANDS.sk, line 282: send all players title "%colored arg 2%" with subtitle "" for 1 seconds')
29.01 11:35:52 [Server] ERROR Can't understand this condition/effect: send all players title "&4&lALERT" with subtitle "&7%colored arg 1%" for 3.5 seconds (4-EXTRA-COMMANDS.sk, line 68: send all players title "&4&lALERT" with subtitle "&7%colored arg 1%" for 3.5 seconds')
29.01 11:35:52 [Server] ERROR 'else' has to be placed just after an 'if' or 'else if' section (3-PLUGIN-VERSIONS.sk, line 121: else:')
29.01 11:35:52 [Server] ERROR Can't understand this expression: player's group (3-PLUGIN-VERSIONS.sk, line 119: if "%player's group%" contains "YouTube":')
29.01 11:35:52 [Server] ERROR 'else' has to be placed just after an 'if' or 'else if' section (3-PLUGIN-VERSIONS.sk, line 116: else:')
29.01 11:35:52 [Server] ERROR Can't understand this expression: player's group (3-PLUGIN-VERSIONS.sk, line 114: if "%player's group%" contains "Unseen":')
29.01 11:35:52 [Server] ERROR 'else' has to be placed just after an 'if' or 'else if' section (3-PLUGIN-VERSIONS.sk, line 111: else:')
29.01 11:35:52 [Server] ERROR Can't understand this expression: player's group (3-PLUGIN-VERSIONS.sk, line 109: if "%player's group%" contains "Demon":')
29.01 11:35:52 [Server] ERROR 'else' has to be placed just after an 'if' or 'else if' section (3-PLUGIN-VERSIONS.sk, line 106: else:')
29.01 11:35:52 [Server] ERROR Can't understand this expression: player's group (3-PLUGIN-VERSIONS.sk, line 104: if "%player's group%" contains "Assassin":')
29.01 11:35:52 [Server] ERROR 'else' has to be placed just after an 'if' or 'else if' section (3-PLUGIN-VERSIONS.sk, line 101: else:')
29.01 11:35:52 [Server] ERROR Can't understand this expression: player's group (3-PLUGIN-VERSIONS.sk, line 99: if "%player's group%" contains "Shadow":')
29.01 11:35:52 [Server] ERROR 'else' has to be placed just after an 'if' or 'else if' section (3-PLUGIN-VERSIONS.sk, line 96: else:')
29.01 11:35:52 [Server] ERROR Can't understand this expression: player's group (3-PLUGIN-VERSIONS.sk, line 94: if "%player's group%" contains "Hidden":')
29.01 11:35:52 [Server] ERROR 'else' has to be placed just after an 'if' or 'else if' section (3-PLUGIN-VERSIONS.sk, line 91: else:')
29.01 11:35:52 [Server] ERROR Can't understand this expression: player's group (3-PLUGIN-VERSIONS.sk, line 89: if "%player's group%" contains "Hider":')
29.01 11:35:51 [Server] ERROR Can't understand this condition/effect: show 50 "flame" particles at location of projectile for ({_player} parsed as a player) offset by 0.4, 0.7, 0.4 (3-PLUGIN-TELEPORTBOW.sk, line 13: show 50 "flame" particles at location of projectile for ({_player} parsed as a player) offset by 0.4, 0.7, 0.4')
29.01 11:35:46 [Server] ERROR Can't understand this condition/effect: show 50 "portal" particles at location of projectile for ({_player} parsed as a player) offset by 0.4, 0.7, 0.4 (3-PLUGIN-TELEPORTBOW.sk, line 12: show 50 "portal" particles at location of projectile for ({_player} parsed as a player) offset by 0.4, 0.7, 0.4')
29.01 11:35:40 [Server] ERROR Can't understand this expression: clicked item lore (3-PLUGIN-TAGS.sk, line 174: if "%clicked item lore%" contains "Want this amazing tag?":')
29.01 11:35:40 [Server] ERROR {_b::*} can't be set to 'clicked item lore split at ","' because the latter is not an object (3-PLUGIN-TAGS.sk, line 162: set {_b::*} to clicked item lore split at ","')
29.01 11:35:39 [Server] ERROR Can't understand this expression: arg 1's group (3-PLUGIN-SEEN.sk, line 39: send "&7Rank &8» &c%arg 1's group%"')
29.01 11:35:39 [Server] ERROR 'else if' has to be placed just after another 'if' or 'else if' section (3-PLUGIN-MANAGER.sk, line 121: else if "%clicked item lore%" contains "Enabled":')
29.01 11:35:39 [Server] ERROR Can't understand this expression: clicked item lore (3-PLUGIN-MANAGER.sk, line 114: if "%clicked item lore%" contains "Disabled":')
29.01 11:35:39 [Server] ERROR Can't understand this expression: clicked item lore (3-PLUGIN-MANAGER.sk, line 113: set {_yu} to "%clicked item lore%"')
29.01 11:35:39 [Server] ERROR Can't understand this expression: clicked item name (3-PLUGIN-MANAGER.sk, line 108: set {_y} to "%clicked item name%"')
29.01 11:35:39 [Server] ERROR Can't understand this expression: clicked item name (3-PLUGIN-MANAGER.sk, line 75: set {_y} to "%clicked item name%"')
29.01 11:35:38 [Server] ERROR Can't understand this expression: clicked item name (3-PLUGIN-MAIL.sk, line 55: set {_f} to "%clicked item name%"')
29.01 11:35:38 [Server] INFO entity: player
29.01 11:35:37 [Server] ERROR Can't understand this expression: player's group (2-MAIN-CHAT.sk, line 119: send "%player's group% %player% » %message%" to console')
29.01 11:35:36 [Server] ERROR Can't understand this condition/effect: send title from "&8⚔ &8W&7e&clcom&7e&8! &8⚔" and "&7Enjoy your stay!" to {_p} for -1, 12, -1 (1-FUNCTION-TITLE.sk, line 23: send title from "&8⚔ &8W&7e&clcom&7e&8! &8⚔" and "&7Enjoy your stay!" to {_p} for -1, 12, -1')
29.01 11:35:36 [Server] ERROR Can't understand this condition/effect: send title from "&8⚔ &8W&7e&clco&7m&8e &8⚔" and "&7Enjoy your st" to {_p} for -1, 12, -1 (1-FUNCTION-TITLE.sk, line 20: send title from "&8⚔ &8W&7e&clco&7m&8e &8⚔" and "&7Enjoy your st" to {_p} for -1, 12, -1')
29.01 11:35:35 [Server] ERROR Can't understand this condition/effect: send title from "&8⚔ &8W&7e&clc&7o&8m &8⚔" and "&7Enjoy your" to {_p} for -1, 12, -1 (1-FUNCTION-TITLE.sk, line 17: send title from "&8⚔ &8W&7e&clc&7o&8m &8⚔" and "&7Enjoy your" to {_p} for -1, 12, -1')
29.01 11:35:35 [Server] ERROR Can't understand this condition/effect: send title from "&8⚔ &8W&cel&7c&8o &8⚔" and "&7Enjoy you" to {_p} for -1, 12, -1 (1-FUNCTION-TITLE.sk, line 14: send title from "&8⚔ &8W&cel&7c&8o &8⚔" and "&7Enjoy you" to {_p} for -1, 12, -1')
29.01 11:35:34 [Server] ERROR Can't understand this condition/effect: send title from "&8⚔  &7W&ce&7l&8c &8⚔" and "&7Enjoy yo" to {_p} for -1, 12, -1 (1-FUNCTION-TITLE.sk, line 11: send title from "&8⚔  &7W&ce&7l&8c &8⚔" and "&7Enjoy yo" to {_p} for -1, 12, -1')
29.01 11:35:34 [Server] ERROR Can't understand this condition/effect: send title from "&8⚔ &8W&7e&8l &8⚔" and "&7Enjoy" to {_p} for -1, 12, -1 (1-FUNCTION-TITLE.sk, line 8: send title from "&8⚔ &8W&7e&8l &8⚔" and "&7Enjoy" to {_p} for -1, 12, -1')
29.01 11:35:33 [Server] ERROR Can't understand this condition/effect: send title from "&8⚔ &8⚔" and "&7Enj" to {_p} for -1, 12, -1 (1-FUNCTION-TITLE.sk, line 5: send title from "&8⚔ &8⚔" and "&7Enj" to {_p} for -1, 12, -1')
29.01 11:35:32 [Server] ERROR Can't understand this condition/effect: send title from "&8⚔&8⚔" and "&7E" to {_p} for -1, 12, -1 (1-FUNCTION-TITLE.sk, line 2: send title from "&8⚔&8⚔" and "&7E" to {_p} for -1, 12, -1')
29.01 11:35:32 [Server] ERROR There's no loop that matches 'loop-player's group' (1-FUNCTION-LIST.sk, line 15: if "%loop-player's group%" contains "%loop-value-2%":')
 
So I broke a few things on my server when I updated all of my Skript jars except a few and now my server doesn't know a bunch of variables. What script addon(s) do I need to recognize these?
code_language.skript:
29.01 11:35:53 [Server] INFO entity: player
29.01 11:35:53 [Server] INFO entity: player
29.01 11:35:53 [Server] ERROR Can't understand this condition/effect: send title from "&4&lWARNING" and "&cPvP is now enabled." to player for 4, 20, 4 (event.sk, line 6: send title from "&4&lWARNING" and "&cPvP is now enabled." to player for 4, 20, 4')
29.01 11:35:52 [Server] ERROR There's no loop that matches 'loop-player title "&4&lRESTART" with subtitle "&7Server now restarting..." for 1 second' (4-EXTRA-COMMANDS.sk, line 309: send loop-player title "&4&lRESTART" with subtitle "&7Server now restarting..." for 1 second')
29.01 11:35:52 [Server] ERROR Can't understand this condition/effect: send all players title "&4&lRESTART" with subtitle "&7in %{_time::%uuid of loop-player%}%" for 2 seconds (4-EXTRA-COMMANDS.sk, line 305: send all players title "&4&lRESTART" with subtitle "&7in %{_time::%uuid of loop-player%}%" for 2 seconds')
29.01 11:35:52 [Server] ERROR Can't understand this condition/effect: send all players title "&4%colored arg 2%" with subtitle "%colored arg 3%%{_time}%" for 1.5 seconds (4-EXTRA-COMMANDS.sk, line 286: send all players title "&4%colored arg 2%" with subtitle "%colored arg 3%%{_time}%" for 1.5 seconds')
29.01 11:35:52 [Server] ERROR Can't understand this condition/effect: send all players title "%colored arg 2%" with subtitle "" for 1 seconds (4-EXTRA-COMMANDS.sk, line 282: send all players title "%colored arg 2%" with subtitle "" for 1 seconds')
29.01 11:35:52 [Server] ERROR Can't understand this condition/effect: send all players title "&4&lALERT" with subtitle "&7%colored arg 1%" for 3.5 seconds (4-EXTRA-COMMANDS.sk, line 68: send all players title "&4&lALERT" with subtitle "&7%colored arg 1%" for 3.5 seconds')
29.01 11:35:52 [Server] ERROR 'else' has to be placed just after an 'if' or 'else if' section (3-PLUGIN-VERSIONS.sk, line 121: else:')
29.01 11:35:52 [Server] ERROR Can't understand this expression: player's group (3-PLUGIN-VERSIONS.sk, line 119: if "%player's group%" contains "YouTube":')
29.01 11:35:52 [Server] ERROR 'else' has to be placed just after an 'if' or 'else if' section (3-PLUGIN-VERSIONS.sk, line 116: else:')
29.01 11:35:52 [Server] ERROR Can't understand this expression: player's group (3-PLUGIN-VERSIONS.sk, line 114: if "%player's group%" contains "Unseen":')
29.01 11:35:52 [Server] ERROR 'else' has to be placed just after an 'if' or 'else if' section (3-PLUGIN-VERSIONS.sk, line 111: else:')
29.01 11:35:52 [Server] ERROR Can't understand this expression: player's group (3-PLUGIN-VERSIONS.sk, line 109: if "%player's group%" contains "Demon":')
29.01 11:35:52 [Server] ERROR 'else' has to be placed just after an 'if' or 'else if' section (3-PLUGIN-VERSIONS.sk, line 106: else:')
29.01 11:35:52 [Server] ERROR Can't understand this expression: player's group (3-PLUGIN-VERSIONS.sk, line 104: if "%player's group%" contains "Assassin":')
29.01 11:35:52 [Server] ERROR 'else' has to be placed just after an 'if' or 'else if' section (3-PLUGIN-VERSIONS.sk, line 101: else:')
29.01 11:35:52 [Server] ERROR Can't understand this expression: player's group (3-PLUGIN-VERSIONS.sk, line 99: if "%player's group%" contains "Shadow":')
29.01 11:35:52 [Server] ERROR 'else' has to be placed just after an 'if' or 'else if' section (3-PLUGIN-VERSIONS.sk, line 96: else:')
29.01 11:35:52 [Server] ERROR Can't understand this expression: player's group (3-PLUGIN-VERSIONS.sk, line 94: if "%player's group%" contains "Hidden":')
29.01 11:35:52 [Server] ERROR 'else' has to be placed just after an 'if' or 'else if' section (3-PLUGIN-VERSIONS.sk, line 91: else:')
29.01 11:35:52 [Server] ERROR Can't understand this expression: player's group (3-PLUGIN-VERSIONS.sk, line 89: if "%player's group%" contains "Hider":')
29.01 11:35:51 [Server] ERROR Can't understand this condition/effect: show 50 "flame" particles at location of projectile for ({_player} parsed as a player) offset by 0.4, 0.7, 0.4 (3-PLUGIN-TELEPORTBOW.sk, line 13: show 50 "flame" particles at location of projectile for ({_player} parsed as a player) offset by 0.4, 0.7, 0.4')
29.01 11:35:46 [Server] ERROR Can't understand this condition/effect: show 50 "portal" particles at location of projectile for ({_player} parsed as a player) offset by 0.4, 0.7, 0.4 (3-PLUGIN-TELEPORTBOW.sk, line 12: show 50 "portal" particles at location of projectile for ({_player} parsed as a player) offset by 0.4, 0.7, 0.4')
29.01 11:35:40 [Server] ERROR Can't understand this expression: clicked item lore (3-PLUGIN-TAGS.sk, line 174: if "%clicked item lore%" contains "Want this amazing tag?":')
29.01 11:35:40 [Server] ERROR {_b::*} can't be set to 'clicked item lore split at ","' because the latter is not an object (3-PLUGIN-TAGS.sk, line 162: set {_b::*} to clicked item lore split at ","')
29.01 11:35:39 [Server] ERROR Can't understand this expression: arg 1's group (3-PLUGIN-SEEN.sk, line 39: send "&7Rank &8» &c%arg 1's group%"')
29.01 11:35:39 [Server] ERROR 'else if' has to be placed just after another 'if' or 'else if' section (3-PLUGIN-MANAGER.sk, line 121: else if "%clicked item lore%" contains "Enabled":')
29.01 11:35:39 [Server] ERROR Can't understand this expression: clicked item lore (3-PLUGIN-MANAGER.sk, line 114: if "%clicked item lore%" contains "Disabled":')
29.01 11:35:39 [Server] ERROR Can't understand this expression: clicked item lore (3-PLUGIN-MANAGER.sk, line 113: set {_yu} to "%clicked item lore%"')
29.01 11:35:39 [Server] ERROR Can't understand this expression: clicked item name (3-PLUGIN-MANAGER.sk, line 108: set {_y} to "%clicked item name%"')
29.01 11:35:39 [Server] ERROR Can't understand this expression: clicked item name (3-PLUGIN-MANAGER.sk, line 75: set {_y} to "%clicked item name%"')
29.01 11:35:38 [Server] ERROR Can't understand this expression: clicked item name (3-PLUGIN-MAIL.sk, line 55: set {_f} to "%clicked item name%"')
29.01 11:35:38 [Server] INFO entity: player
29.01 11:35:37 [Server] ERROR Can't understand this expression: player's group (2-MAIN-CHAT.sk, line 119: send "%player's group% %player% » %message%" to console')
29.01 11:35:36 [Server] ERROR Can't understand this condition/effect: send title from "&8⚔ &8W&7e&clcom&7e&8! &8⚔" and "&7Enjoy your stay!" to {_p} for -1, 12, -1 (1-FUNCTION-TITLE.sk, line 23: send title from "&8⚔ &8W&7e&clcom&7e&8! &8⚔" and "&7Enjoy your stay!" to {_p} for -1, 12, -1')
29.01 11:35:36 [Server] ERROR Can't understand this condition/effect: send title from "&8⚔ &8W&7e&clco&7m&8e &8⚔" and "&7Enjoy your st" to {_p} for -1, 12, -1 (1-FUNCTION-TITLE.sk, line 20: send title from "&8⚔ &8W&7e&clco&7m&8e &8⚔" and "&7Enjoy your st" to {_p} for -1, 12, -1')
29.01 11:35:35 [Server] ERROR Can't understand this condition/effect: send title from "&8⚔ &8W&7e&clc&7o&8m &8⚔" and "&7Enjoy your" to {_p} for -1, 12, -1 (1-FUNCTION-TITLE.sk, line 17: send title from "&8⚔ &8W&7e&clc&7o&8m &8⚔" and "&7Enjoy your" to {_p} for -1, 12, -1')
29.01 11:35:35 [Server] ERROR Can't understand this condition/effect: send title from "&8⚔ &8W&cel&7c&8o &8⚔" and "&7Enjoy you" to {_p} for -1, 12, -1 (1-FUNCTION-TITLE.sk, line 14: send title from "&8⚔ &8W&cel&7c&8o &8⚔" and "&7Enjoy you" to {_p} for -1, 12, -1')
29.01 11:35:34 [Server] ERROR Can't understand this condition/effect: send title from "&8⚔  &7W&ce&7l&8c &8⚔" and "&7Enjoy yo" to {_p} for -1, 12, -1 (1-FUNCTION-TITLE.sk, line 11: send title from "&8⚔  &7W&ce&7l&8c &8⚔" and "&7Enjoy yo" to {_p} for -1, 12, -1')
29.01 11:35:34 [Server] ERROR Can't understand this condition/effect: send title from "&8⚔ &8W&7e&8l &8⚔" and "&7Enjoy" to {_p} for -1, 12, -1 (1-FUNCTION-TITLE.sk, line 8: send title from "&8⚔ &8W&7e&8l &8⚔" and "&7Enjoy" to {_p} for -1, 12, -1')
29.01 11:35:33 [Server] ERROR Can't understand this condition/effect: send title from "&8⚔ &8⚔" and "&7Enj" to {_p} for -1, 12, -1 (1-FUNCTION-TITLE.sk, line 5: send title from "&8⚔ &8⚔" and "&7Enj" to {_p} for -1, 12, -1')
29.01 11:35:32 [Server] ERROR Can't understand this condition/effect: send title from "&8⚔&8⚔" and "&7E" to {_p} for -1, 12, -1 (1-FUNCTION-TITLE.sk, line 2: send title from "&8⚔&8⚔" and "&7E" to {_p} for -1, 12, -1')
29.01 11:35:32 [Server] ERROR There's no loop that matches 'loop-player's group' (1-FUNCTION-LIST.sk, line 15: if "%loop-player's group%" contains "%loop-value-2%":')

What minecraft version do you use?

And I think you have to ask this in the category script and not java :emoji_slight_smile: But im not 100% sure...
 
If you are on 1.8.8 you need umbaska 2.0 for your syntax with the send title from...
And for your player's group you need SkAction...

So you can download them and check how many errors you get.
[doublepost=1485713567,1485713326][/doublepost]But i havent a version for SkAction, you can use SharpSk for that.Then you have to change your syntax from :

%player%'s group --> groups of %offlineplayer%
 
If you are on 1.8.8 you need umbaska 2.0 for your syntax with the send title from...
And for your player's group you need SkAction...

So you can download them and check how many errors you get.
Thank you!
I now only have a few more errors:
code_language.skript:
29.01 12:11:34 [Server] INFO Loaded 29 scripts with a total of 36 triggers and 84 commands in 25 seconds
29.01 12:11:33 [Server] INFO entity: player
29.01 12:11:33 [Server] INFO entity: player
29.01 12:11:32 [Server] ERROR There's no loop that matches 'loop-player title "&4&lRESTART" with subtitle "&7Server now restarting..." for 1 second' (4-EXTRA-COMMANDS.sk, line 309: send loop-player title "&4&lRESTART" with subtitle "&7Server now restarting..." for 1 second')
29.01 12:11:32 [Server] ERROR Can't understand this condition/effect: send all players title "&4&lRESTART" with subtitle "&7in %{_time::%uuid of loop-player%}%" for 2 seconds (4-EXTRA-COMMANDS.sk, line 305: send all players title "&4&lRESTART" with subtitle "&7in %{_time::%uuid of loop-player%}%" for 2 seconds')
29.01 12:11:32 [Server] ERROR Can't understand this condition/effect: send all players title "&4%colored arg 2%" with subtitle "%colored arg 3%%{_time}%" for 1.5 seconds (4-EXTRA-COMMANDS.sk, line 286: send all players title "&4%colored arg 2%" with subtitle "%colored arg 3%%{_time}%" for 1.5 seconds')
29.01 12:11:32 [Server] ERROR Can't understand this condition/effect: send all players title "%colored arg 2%" with subtitle "" for 1 seconds (4-EXTRA-COMMANDS.sk, line 282: send all players title "%colored arg 2%" with subtitle "" for 1 seconds')
29.01 12:11:32 [Server] ERROR Can't understand this condition/effect: send all players title "&4&lALERT" with subtitle "&7%colored arg 1%" for 3.5 seconds (4-EXTRA-COMMANDS.sk, line 68: send all players title "&4&lALERT" with subtitle "&7%colored arg 1%" for 3.5 seconds')
29.01 12:11:31 [Server] ERROR Can't understand this condition/effect: show 50 "flame" particles at location of projectile for ({_player} parsed as a player) offset by 0.4, 0.7, 0.4 (3-PLUGIN-TELEPORTBOW.sk, line 13: show 50 "flame" particles at location of projectile for ({_player} parsed as a player) offset by 0.4, 0.7, 0.4')
29.01 12:11:26 [Server] ERROR Can't understand this condition/effect: show 50 "portal" particles at location of projectile for ({_player} parsed as a player) offset by 0.4, 0.7, 0.4 (3-PLUGIN-TELEPORTBOW.sk, line 12: show 50 "portal" particles at location of projectile for ({_player} parsed as a player) offset by 0.4, 0.7, 0.4')
29.01 12:11:17 [Server] INFO entity: player
29.01 12:11:09 [Server] INFO Loaded 5566 variables in 0.4 seconds
29.01 12:11:08 [Server] INFO You're currently running the latest stable version of Skript.
I am using Umbaska 2.0 Beta 5.5.1 for Minecraft 1.10 since it is the only Umbaska that 'works' for me.
 
Thank you!
I now only have a few more errors:
code_language.skript:
29.01 12:11:34 [Server] INFO Loaded 29 scripts with a total of 36 triggers and 84 commands in 25 seconds
29.01 12:11:33 [Server] INFO entity: player
29.01 12:11:33 [Server] INFO entity: player
29.01 12:11:32 [Server] ERROR There's no loop that matches 'loop-player title "&4&lRESTART" with subtitle "&7Server now restarting..." for 1 second' (4-EXTRA-COMMANDS.sk, line 309: send loop-player title "&4&lRESTART" with subtitle "&7Server now restarting..." for 1 second')
29.01 12:11:32 [Server] ERROR Can't understand this condition/effect: send all players title "&4&lRESTART" with subtitle "&7in %{_time::%uuid of loop-player%}%" for 2 seconds (4-EXTRA-COMMANDS.sk, line 305: send all players title "&4&lRESTART" with subtitle "&7in %{_time::%uuid of loop-player%}%" for 2 seconds')
29.01 12:11:32 [Server] ERROR Can't understand this condition/effect: send all players title "&4%colored arg 2%" with subtitle "%colored arg 3%%{_time}%" for 1.5 seconds (4-EXTRA-COMMANDS.sk, line 286: send all players title "&4%colored arg 2%" with subtitle "%colored arg 3%%{_time}%" for 1.5 seconds')
29.01 12:11:32 [Server] ERROR Can't understand this condition/effect: send all players title "%colored arg 2%" with subtitle "" for 1 seconds (4-EXTRA-COMMANDS.sk, line 282: send all players title "%colored arg 2%" with subtitle "" for 1 seconds')
29.01 12:11:32 [Server] ERROR Can't understand this condition/effect: send all players title "&4&lALERT" with subtitle "&7%colored arg 1%" for 3.5 seconds (4-EXTRA-COMMANDS.sk, line 68: send all players title "&4&lALERT" with subtitle "&7%colored arg 1%" for 3.5 seconds')
29.01 12:11:31 [Server] ERROR Can't understand this condition/effect: show 50 "flame" particles at location of projectile for ({_player} parsed as a player) offset by 0.4, 0.7, 0.4 (3-PLUGIN-TELEPORTBOW.sk, line 13: show 50 "flame" particles at location of projectile for ({_player} parsed as a player) offset by 0.4, 0.7, 0.4')
29.01 12:11:26 [Server] ERROR Can't understand this condition/effect: show 50 "portal" particles at location of projectile for ({_player} parsed as a player) offset by 0.4, 0.7, 0.4 (3-PLUGIN-TELEPORTBOW.sk, line 12: show 50 "portal" particles at location of projectile for ({_player} parsed as a player) offset by 0.4, 0.7, 0.4')
29.01 12:11:17 [Server] INFO entity: player
29.01 12:11:09 [Server] INFO Loaded 5566 variables in 0.4 seconds
29.01 12:11:08 [Server] INFO You're currently running the latest stable version of Skript.
I am using Umbaska 2.0 Beta 5.5.1 for Minecraft 1.10 since it is the only Umbaska that 'works' for me.
Umbaska: https://umbaska.gatt.space/

Code:
send all players title
SkRayFall
 
So for the "send all players..." you need SKRayFall or you can do this with Umbaska to (But then you have to code this new)

@KingAlterIV, i wrote it at the same moment :emoji_slight_smile:
[doublepost=1485713956,1485713840][/doublepost]But you should use SKRayFall because your particle errors also require that :emoji_slight_smile:
 
Umbaska: https://umbaska.gatt.space/

Code:
send all players title
SkRayFall
I install the 1.8 - 1.9 version and got this java error:
code_language.skript:
[12:17:20] [Server thread/ERROR]: Error occurred while enabling Umbaska v2.0 Beta 5.5.1 (Is it up to date?)
java.lang.IllegalArgumentException: Can't register the class info clicktype because the class org.bukkit.event.inventory.ClickType is already registered
    at ch.njol.skript.registrations.Classes.registerClass(Classes.java:93) ~[?:?]
    at uk.co.umbaska.Utils.EnumClassInfo.register(EnumClassInfo.java:70) ~[?:?]
    at uk.co.umbaska.Managers.Enums.registerEnum(Enums.java:77) ~[?:?]
    at uk.co.umbaska.Managers.Enums.runRegister(Enums.java:104) ~[?:?]
    at uk.co.umbaska.Managers.Register.registerAll(Register.java:83) ~[?:?]
    at uk.co.umbaska.Main.doThis(Main.java:414) ~[?:?]
    at uk.co.umbaska.Main.onEnable(Main.java:146) ~[?:?]
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321) ~[spigot_1.8.8_latest.jar:git-Spigot-e4d4710-e1ebe52]
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:340) [spigot_1.8.8_latest.jar:git-Spigot-e4d4710-e1ebe52]
    at me.incomprehendable.dev.pwp.transparentlisteners.PerWorldPluginLoader.enablePlugin(PerWorldPluginLoader.java:141) [PerServerPlugins.jar:?]
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405) [spigot_1.8.8_latest.jar:git-Spigot-e4d4710-e1ebe52]
    at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:357) [spigot_1.8.8_latest.jar:git-Spigot-e4d4710-e1ebe52]
    at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:317) [spigot_1.8.8_latest.jar:git-Spigot-e4d4710-e1ebe52]
    at net.minecraft.server.v1_8_R3.MinecraftServer.s(MinecraftServer.java:414) [spigot_1.8.8_latest.jar:git-Spigot-e4d4710-e1ebe52]
    at net.minecraft.server.v1_8_R3.MinecraftServer.k(MinecraftServer.java:378) [spigot_1.8.8_latest.jar:git-Spigot-e4d4710-e1ebe52]
    at net.minecraft.server.v1_8_R3.MinecraftServer.a(MinecraftServer.java:333) [spigot_1.8.8_latest.jar:git-Spigot-e4d4710-e1ebe52]
    at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:263) [spigot_1.8.8_latest.jar:git-Spigot-e4d4710-e1ebe52]
    at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:525) [spigot_1.8.8_latest.jar:git-Spigot-e4d4710-e1ebe52]
    at java.lang.Thread.run(Unknown Source) [?:1.8.0_77]
I got these script errors then:
code_language.skript:
[12:17:39] [Server thread/ERROR]: [Skript] Can't understand this condition/effect: show 50 "portal" particles at location of projectile for ({_player} parsed as a player) offset by 0.4, 0.7, 0.4 (3-PLUGIN-TELEPORTBOW.sk, line 12: show 50 "portal" particles at location of projectile for ({_player} parsed as a player) offset by 0.4, 0.7, 0.4')
[12:17:44] [Server thread/ERROR]: [Skript] Can't understand this condition/effect: show 50 "flame" particles at location of projectile for ({_player} parsed as a player) offset by 0.4, 0.7, 0.4 (3-PLUGIN-TELEPORTBOW.sk, line 13: show 50 "flame" particles at location of projectile for ({_player} parsed as a player) offset by 0.4, 0.7, 0.4')
[12:17:45] [Server thread/ERROR]: [Skript] Can't understand this condition/effect: send all players title "&4&lALERT" with subtitle "&7%colored arg 1%" for 3.5 seconds (4-EXTRA-COMMANDS.sk, line 68: send all players title "&4&lALERT" with subtitle "&7%colored arg 1%" for 3.5 seconds')
[12:17:45] [Server thread/ERROR]: [Skript] Can't understand this condition/effect: send all players title "%colored arg 2%" with subtitle "" for 1 seconds (4-EXTRA-COMMANDS.sk, line 282: send all players title "%colored arg 2%" with subtitle "" for 1 seconds')
[12:17:45] [Server thread/ERROR]: [Skript] Can't understand this condition/effect: send all players title "&4%colored arg 2%" with subtitle "%colored arg 3%%{_time}%" for 1.5 seconds (4-EXTRA-COMMANDS.sk, line 286: send all players title "&4%colored arg 2%" with subtitle "%colored arg 3%%{_time}%" for 1.5 seconds')
[12:17:45] [Server thread/ERROR]: [Skript] Can't understand this condition/effect: send all players title "&4&lRESTART" with subtitle "&7in %{_time::%uuid of loop-player%}%" for 2 seconds (4-EXTRA-COMMANDS.sk, line 305: send all players title "&4&lRESTART" with subtitle "&7in %{_time::%uuid of loop-player%}%" for 2 seconds')
[12:17:45] [Server thread/ERROR]: [Skript] There's no loop that matches 'loop-player title "&4&lRESTART" with subtitle "&7Server now restarting..." for 1 second' (4-EXTRA-COMMANDS.sk, line 309: send loop-player title "&4&lRESTART" with subtitle "&7Server now restarting..." for 1 second')
 
If the 1.10 worked use this version. And you have to add SKRayFall. And then only the loop error will be there, but thats a error that you've made in writing this script.
 
Update:
I am a double idiot and forgot to install SkRayFall.
Installing now.
[doublepost=1485714215,1485714097][/doublepost]Everything works! <3
But I get this java error: :emoji_frowning:
code_language.skript:
[12:19:46] [Server thread/WARN]: java.lang.ClassNotFoundException: net.minecraft.server.v1_8_R3.ChatSerializer
[12:19:46] [Server thread/WARN]:     at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:91)
[12:19:46] [Server thread/WARN]:     at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86)
[12:19:46] [Server thread/WARN]:     at java.lang.ClassLoader.loadClass(Unknown Source)
[12:19:46] [Server thread/WARN]:     at java.lang.ClassLoader.loadClass(Unknown Source)
[12:19:46] [Server thread/WARN]:     at java.lang.Class.forName0(Native Method)
[12:19:46] [Server thread/WARN]:     at java.lang.Class.forName(Unknown Source)
[12:19:46] [Server thread/WARN]:     at uk.co.umbaska.Utils.TitleManager.Reflection.getNMSClass(Reflection.java:19)
[12:19:46] [Server thread/WARN]:     at uk.co.umbaska.Utils.TitleManager.TitleManager_V1_8_R3.<clinit>(TitleManager_V1_8_R3.java:14)
[12:19:46] [Server thread/WARN]:     at uk.co.umbaska.Misc.EffSendTitle_V1_8_R3.execute(EffSendTitle_V1_8_R3.java:66)
[12:19:46] [Server thread/WARN]:     at ch.njol.skript.lang.Effect.run(Effect.java:54)
[12:19:46] [Server thread/WARN]:     at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:65)
[12:19:46] [Server thread/WARN]:     at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:93)
[12:19:46] [Server thread/WARN]:     at ch.njol.skript.lang.Trigger.execute(Trigger.java:53)
[12:19:46] [Server thread/WARN]:     at ch.njol.skript.lang.function.ScriptFunction.execute(ScriptFunction.java:91)
[12:19:46] [Server thread/WARN]:     at ch.njol.skript.lang.function.Function.execute(Function.java:109)
[12:19:46] [Server thread/WARN]:     at ch.njol.skript.lang.function.FunctionReference.execute(FunctionReference.java:191)
[12:19:46] [Server thread/WARN]:     at ch.njol.skript.lang.function.EffFunctionCall.execute(EffFunctionCall.java:55)
[12:19:46] [Server thread/WARN]:     at ch.njol.skript.lang.Effect.run(Effect.java:54)
[12:19:46] [Server thread/WARN]:     at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:65)
[12:19:46] [Server thread/WARN]:     at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:93)
[12:19:46] [Server thread/WARN]:     at ch.njol.skript.lang.Trigger.execute(Trigger.java:53)
[12:19:46] [Server thread/WARN]:     at ch.njol.skript.SkriptEventHandler.check(SkriptEventHandler.java:152)
[12:19:46] [Server thread/WARN]:     at ch.njol.skript.SkriptEventHandler$1.execute(SkriptEventHandler.java:112)
[12:19:46] [Server thread/WARN]:     at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
[12:19:46] [Server thread/WARN]:     at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502)
[12:19:46] [Server thread/WARN]:     at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487)
[12:19:46] [Server thread/WARN]:     at net.minecraft.server.v1_8_R3.PlayerList.onPlayerJoin(PlayerList.java:298)
[12:19:46] [Server thread/WARN]:     at net.minecraft.server.v1_8_R3.PlayerList.a(PlayerList.java:157)
[12:19:46] [Server thread/WARN]:     at net.minecraft.server.v1_8_R3.LoginListener.b(LoginListener.java:144)
[12:19:46] [Server thread/WARN]:     at net.minecraft.server.v1_8_R3.LoginListener.c(LoginListener.java:54)
[12:19:46] [Server thread/WARN]:     at net.minecraft.server.v1_8_R3.NetworkManager.a(NetworkManager.java:231)
[12:19:46] [Server thread/WARN]:     at net.minecraft.server.v1_8_R3.ServerConnection.c(ServerConnection.java:148)
[12:19:46] [Server thread/WARN]:     at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:814)
[12:19:46] [Server thread/WARN]:     at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374)
[12:19:46] [Server thread/WARN]:     at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654)
[12:19:46] [Server thread/WARN]:     at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557)
[12:19:46] [Server thread/WARN]:     at java.lang.Thread.run(Unknown Source)
 
  • Like
Reactions: KingAlterIV
You can try this version of Umbaska.
I will but I switched over to the old Umbaska 5.5.1 for Minecrat 1.10 version and I got this error:

code_language.skript:
29.01 12:26:48 [Server] INFO at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:357) [spigot_1.8.8_latest.jar:git-Spigot-e4d4710-e1ebe52]
29.01 12:26:48 [Server] INFO at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405) [spigot_1.8.8_latest.jar:git-Spigot-e4d4710-e1ebe52]
29.01 12:26:48 [Server] INFO at me.incomprehendable.dev.pwp.transparentlisteners.PerWorldPluginLoader.enablePlugin(PerWorldPluginLoader.java:141) [PerServerPlugins.jar:?]
29.01 12:26:48 [Server] INFO at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:340) [spigot_1.8.8_latest.jar:git-Spigot-e4d4710-e1ebe52]
29.01 12:26:48 [Server] INFO at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321) ~[spigot_1.8.8_latest.jar:git-Spigot-e4d4710-e1ebe52]
29.01 12:26:48 [Server] INFO at uk.co.umbaska.Umbaska.onEnable(Umbaska.java:245) ~[?:?]
29.01 12:26:48 [Server] INFO at uk.co.umbaska.Managers.OldRegister.registerAll(OldRegister.java:79) ~[?:?]
29.01 12:26:48 [Server] INFO at uk.co.umbaska.Managers.Enums.runRegister(Enums.java:114) ~[?:?]
29.01 12:26:48 [Server] INFO at uk.co.umbaska.Managers.Enums.registerEnum(Enums.java:87) ~[?:?]
29.01 12:26:48 [Server] INFO at uk.co.umbaska.Utils.EnumClassInfo.register(EnumClassInfo.java:61) ~[?:?]
29.01 12:26:48 [Server] INFO at ch.njol.skript.registrations.Classes.registerClass(Classes.java:93) ~[?:?]
29.01 12:26:48 [Server] INFO java.lang.IllegalArgumentException: Can't register the class info clicktype because the class org.bukkit.event.inventory.ClickType is already registered
29.01 12:26:48 [Server] ERROR Error occurred while enabling Umbaska v2.0 Beta 5.5.1 for Minecraft 1.10 (Is it up to date?)
 
You can try this version of Umbaska.
Tried it and got this:
code_language.skript:
29.01 12:30:36 [Server] INFO at java.lang.Thread.run(Unknown Source) [?:1.8.0_77]
29.01 12:30:36 [Server] INFO at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:525) [spigot_1.8.8_latest.jar:git-Spigot-e4d4710-e1ebe52]
29.01 12:30:36 [Server] INFO at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:263) [spigot_1.8.8_latest.jar:git-Spigot-e4d4710-e1ebe52]
29.01 12:30:36 [Server] INFO at net.minecraft.server.v1_8_R3.MinecraftServer.a(MinecraftServer.java:333) [spigot_1.8.8_latest.jar:git-Spigot-e4d4710-e1ebe52]
29.01 12:30:36 [Server] INFO at net.minecraft.server.v1_8_R3.MinecraftServer.k(MinecraftServer.java:378) [spigot_1.8.8_latest.jar:git-Spigot-e4d4710-e1ebe52]
29.01 12:30:36 [Server] INFO at net.minecraft.server.v1_8_R3.MinecraftServer.s(MinecraftServer.java:414) [spigot_1.8.8_latest.jar:git-Spigot-e4d4710-e1ebe52]
29.01 12:30:36 [Server] INFO at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:317) [spigot_1.8.8_latest.jar:git-Spigot-e4d4710-e1ebe52]
29.01 12:30:36 [Server] INFO at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:357) [spigot_1.8.8_latest.jar:git-Spigot-e4d4710-e1ebe52]
29.01 12:30:36 [Server] INFO at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405) [spigot_1.8.8_latest.jar:git-Spigot-e4d4710-e1ebe52]
29.01 12:30:36 [Server] INFO at me.incomprehendable.dev.pwp.transparentlisteners.PerWorldPluginLoader.enablePlugin(PerWorldPluginLoader.java:141) [PerServerPlugins.jar:?]
29.01 12:30:36 [Server] INFO at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:340) [spigot_1.8.8_latest.jar:git-Spigot-e4d4710-e1ebe52]
29.01 12:30:36 [Server] INFO at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321) ~[spigot_1.8.8_latest.jar:git-Spigot-e4d4710-e1ebe52]
29.01 12:30:36 [Server] INFO at uk.co.umbaska.Main.onEnable(Main.java:180) ~[?:?]
29.01 12:30:36 [Server] INFO at uk.co.umbaska.Managers.Register.registerAll(Register.java:60) ~[?:?]
29.01 12:30:36 [Server] INFO at uk.co.umbaska.Managers.Enums.runRegister(Enums.java:100) ~[?:?]
29.01 12:30:36 [Server] INFO at uk.co.umbaska.Managers.Enums.registerEnum(Enums.java:73) ~[?:?]
29.01 12:30:36 [Server] INFO at uk.co.umbaska.Utils.EnumClassInfo.register(EnumClassInfo.java:70) ~[?:?]
29.01 12:30:36 [Server] INFO at ch.njol.skript.registrations.Classes.registerClass(Classes.java:93) ~[?:?]
29.01 12:30:36 [Server] INFO java.lang.IllegalArgumentException: Can't register the class info clicktype because the class org.bukkit.event.inventory.ClickType is already registered
29.01 12:30:36 [Server] ERROR Error occurred while enabling Umbaska v2.0 Beta 5.052 (Is it up to date?)
[doublepost=1485714748,1485714689][/doublepost]
And is there a reason because you stay on 1.8.8 and dont go upwards ?
I would upgrade but I feel as if the majority of my players and plugins wouldn't like it. :emoji_stuck_out_tongue:
I will update obviously but I haven't set a date yet.

Edit:
I get this on join:
code_language.skript:
29.01 12:31:42 [Server] WARN at java.lang.Thread.run(Unknown Source)
29.01 12:31:42 [Server] WARN at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557)
29.01 12:31:42 [Server] WARN at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654)
29.01 12:31:42 [Server] WARN at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374)
29.01 12:31:42 [Server] WARN at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:814)
29.01 12:31:42 [Server] WARN at net.minecraft.server.v1_8_R3.ServerConnection.c(ServerConnection.java:148)
29.01 12:31:42 [Server] WARN at net.minecraft.server.v1_8_R3.NetworkManager.a(NetworkManager.java:231)
29.01 12:31:42 [Server] WARN at net.minecraft.server.v1_8_R3.LoginListener.c(LoginListener.java:54)
29.01 12:31:42 [Server] WARN at net.minecraft.server.v1_8_R3.LoginListener.b(LoginListener.java:144)
29.01 12:31:42 [Server] WARN at net.minecraft.server.v1_8_R3.PlayerList.a(PlayerList.java:157)
29.01 12:31:42 [Server] WARN at net.minecraft.server.v1_8_R3.PlayerList.onPlayerJoin(PlayerList.java:298)
29.01 12:31:42 [Server] WARN at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487)
29.01 12:31:42 [Server] WARN at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502)
29.01 12:31:42 [Server] WARN at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
29.01 12:31:42 [Server] WARN at ch.njol.skript.SkriptEventHandler$1.execute(SkriptEventHandler.java:112)
29.01 12:31:42 [Server] WARN at ch.njol.skript.SkriptEventHandler.check(SkriptEventHandler.java:152)
29.01 12:31:42 [Server] WARN at ch.njol.skript.lang.Trigger.execute(Trigger.java:53)
29.01 12:31:42 [Server] WARN at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:93)
29.01 12:31:42 [Server] WARN at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:65)
29.01 12:31:42 [Server] WARN at ch.njol.skript.lang.Effect.run(Effect.java:54)
29.01 12:31:42 [Server] WARN at ch.njol.skript.lang.function.EffFunctionCall.execute(EffFunctionCall.java:55)
29.01 12:31:42 [Server] WARN at ch.njol.skript.lang.function.FunctionReference.execute(FunctionReference.java:191)
29.01 12:31:42 [Server] WARN at ch.njol.skript.lang.function.Function.execute(Function.java:109)
29.01 12:31:42 [Server] WARN at ch.njol.skript.lang.function.ScriptFunction.execute(ScriptFunction.java:91)
29.01 12:31:42 [Server] WARN at ch.njol.skript.lang.Trigger.execute(Trigger.java:53)
29.01 12:31:42 [Server] WARN at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:93)
29.01 12:31:42 [Server] WARN at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:65)
29.01 12:31:42 [Server] WARN at ch.njol.skript.lang.Effect.run(Effect.java:54)
29.01 12:31:42 [Server] WARN at uk.co.umbaska.Misc.EffSendTitle_V1_8_R3.execute(EffSendTitle_V1_8_R3.java:66)
29.01 12:31:42 [Server] WARN at uk.co.umbaska.Utils.TitleManager.TitleManager_V1_8_R3.<clinit>(TitleManager_V1_8_R3.java:14)
29.01 12:31:42 [Server] WARN at uk.co.umbaska.Utils.TitleManager.Reflection.getNMSClass(Reflection.java:19)
29.01 12:31:42 [Server] WARN at java.lang.Class.forName(Unknown Source)
29.01 12:31:42 [Server] WARN at java.lang.Class.forName0(Native Method)
29.01 12:31:42 [Server] WARN at java.lang.ClassLoader.loadClass(Unknown Source)
29.01 12:31:42 [Server] WARN at java.lang.ClassLoader.loadClass(Unknown Source)
29.01 12:31:42 [Server] WARN at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86)
29.01 12:31:42 [Server] WARN at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:91)
29.01 12:31:42 [Server] WARN java.lang.ClassNotFoundException: net.minecraft.server.v1_8_R3.ChatSerializer
[doublepost=1485714889][/doublepost]I am fine with getting an Umbaska enabling error (the first error I listed on the post above) but NOT the second error I listed. :emoji_stuck_out_tongue:
 
Then i think you have to look here. Try the version from 2016 beginning till ending. Maybe some of this version will help.
[doublepost=1485715500,1485714899][/doublepost]So for some people who have this problem too you can post the version of Umbaska that worked for you... if any of them worked for you :emoji_slight_smile:
 
Then i think you have to look here. Try the version from 2016 beginning till ending. Maybe some of this version will help.
I currently get this on startup:
code_language.skript:
29.01 12:39:04 [Server] INFO ViaVersion detected server version: 1.8.x(47)
29.01 12:39:04 [Server] INFO Using default channel type
29.01 12:39:04 [Server] Startup Done (19.531s)! For help, type "help" or "?"
29.01 12:39:04 [Server] INFO Server permissions file permissions.yml is empty, ignoring it
29.01 12:39:04 [Server] INFO Loaded sucessfully a total of 8 events, 14 conditions, 42 expressions and 12 effects. Enjoy ^-^
29.01 12:39:04 [Server] INFO Enabling TuSKe v1.7
29.01 12:39:04 [Server] INFO Hooked into Multiverse v2.5.0-SNAPSHOT-b725
29.01 12:39:04 [Server] INFO Hooked into PermissionsEx v1.23.4
29.01 12:39:04 [Server] INFO Hooked into CoreProtect v2.12.0
29.01 12:39:04 [Server] INFO Registering available hooks...
29.01 12:39:04 [Server] WARN Plugin SharpSK attempted to establish connection https://raw.githubusercontent.com/Sharpjaws/SharpSK/master/Version.txt in main server thread
29.01 12:39:04 [Server] INFO You are still running on v1.6.0
29.01 12:39:04 [Server] INFO Newest version is v1.6.1B
29.01 12:39:04 [Server] WARN Plugin SharpSK attempted to establish connection https://raw.githubusercontent.com/Sharpjaws/SharpSK/master/Version.txt in main server thread
29.01 12:39:04 [Server] INFO A new version has been found!
29.01 12:39:03 [Server] WARN Plugin SharpSK attempted to establish connection socket://raw.githubusercontent.com:443 in main server thread
29.01 12:39:03 [Server] WARN Plugin SharpSK attempted to establish connection https://raw.githubusercontent.com/Sharpjaws/SharpSK/master/Version.txt in main server thread
29.01 12:39:03 [Server] INFO Checking for any updates...
29.01 12:39:03 [Server] INFO Umbaska was found. Some event syntaxes are changed
29.01 12:39:03 [Server] INFO Attempting to register stuff...
29.01 12:39:03 [Server] INFO Attempting to register Addon...
29.01 12:39:03 [Server] INFO Metrics successfully enabled
29.01 12:39:03 [Server] INFO Enabling Metrics...
29.01 12:39:03 [Server] INFO Enabling SharpSK v1.6.0
29.01 12:39:03 [Multicraft] Skipped 11 lines due to rate limit (500/s)
29.01 12:39:02 [Server] INFO at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:357) [spigot_1.8.8_latest.jar:git-Spigot-e4d4710-e1ebe52]
29.01 12:39:02 [Server] INFO at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405) [spigot_1.8.8_latest.jar:git-Spigot-e4d4710-e1ebe52]
29.01 12:39:02 [Server] INFO at me.incomprehendable.dev.pwp.transparentlisteners.PerWorldPluginLoader.enablePlugin(PerWorldPluginLoader.java:141) [PerServerPlugins.jar:?]
29.01 12:39:02 [Server] INFO at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:340) [spigot_1.8.8_latest.jar:git-Spigot-e4d4710-e1ebe52]
29.01 12:39:02 [Server] INFO at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321) ~[spigot_1.8.8_latest.jar:git-Spigot-e4d4710-e1ebe52]
29.01 12:39:02 [Server] INFO at uk.co.umbaska.Umbaska.onEnable(Umbaska.java:245) ~[?:?]
29.01 12:39:02 [Server] INFO at uk.co.umbaska.Managers.OldRegister.registerAll(OldRegister.java:79) ~[?:?]
29.01 12:39:02 [Server] INFO at uk.co.umbaska.Managers.Enums.runRegister(Enums.java:114) ~[?:?]
29.01 12:39:02 [Server] INFO at uk.co.umbaska.Managers.Enums.registerEnum(Enums.java:87) ~[?:?]
29.01 12:39:02 [Server] INFO at uk.co.umbaska.Utils.EnumClassInfo.register(EnumClassInfo.java:61) ~[?:?]
29.01 12:39:02 [Server] INFO at ch.njol.skript.registrations.Classes.registerClass(Classes.java:93) ~[?:?]
29.01 12:39:02 [Server] INFO java.lang.IllegalArgumentException: Can't register the class info clicktype because the class org.bukkit.event.inventory.ClickType is already registered
29.01 12:39:02 [Server] ERROR Error occurred while enabling Umbaska v2.0 Beta 5.5.1 for Minecraft 1.10 (Is it up to date?)
29.01 12:39:02 [Server] INFO Registering Armor Stand related expressions
29.01 12:39:02 [Server] INFO Achievement
I then get the following before this error on startup:
http://pastebin.com/qd8mrZGL
Super annoying but I can live with it until the Umbaska retro comes out. :emoji_slight_smile: