Help me please about on break of .

  • 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 community!

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

  • LOOKING FOR A VERSION OF SKRIPT?

    You can always check out skUnity Downloads for downloads and any other information about Skript!

Status
Not open for further replies.

uok

Member
Jun 2, 2019
3
0
0
Hi everyone,
i have some errors about my skript
My codes:


on break of stone:
execute console command "eco give %player% 0.75"

on break of log:
execute console command "eco give %player% 2.5"

on break of coal ore:
execute console command "eco give %player% 1"

on break of iron ore:
execute console command "eco give %player% 1"

on break of redstone ore:
execute console command "eco give %player% 1"

on break of diamond ore:
execute console command "eco give %player% 75"

on break of gold ore:
execute console command "eco give %player% 1"

Error :
cant understand this event " on break of stone" or "on break of gold ore" every line i have a error
 
Hi everyone,
i have some errors about my skript
My codes:


on break of stone:
execute console command "eco give %player% 0.75"

on break of log:
execute console command "eco give %player% 2.5"

on break of coal ore:
execute console command "eco give %player% 1"

on break of iron ore:
execute console command "eco give %player% 1"

on break of redstone ore:
execute console command "eco give %player% 1"

on break of diamond ore:
execute console command "eco give %player% 75"

on break of gold ore:
execute console command "eco give %player% 1"

Error :
cant understand this event " on break of stone" or "on break of gold ore" every line i have a error
which version of Skript and which version of Spigot are you using?
 
SPIGOT VERSION

[14:18:41] [Server thread/INFO]: This server is running CraftBukkit version git-Spigot-4d24e36-5193f76 (MC: 1.14) (Implementing API version 1.14-R0.1-SNAPSHOT)
[14:18:41] [Server thread/INFO]: Checking version, please wait...
[14:18:42] [Thread-126/INFO]: You are 98 version(s) behind

SKRIPT VERSION

[14:19:36] [Server thread/INFO]: Skript version 2.3.6
 
SPIGOT VERSION
[14:18:41] [Server thread/INFO]: This server is running CraftBukkit version git-Spigot-4d24e36-5193f76 (MC: 1.14) (Implementing API version 1.14-R0.1-SNAPSHOT)
[14:18:41] [Server thread/INFO]: Checking version, please wait...
[14:18:42] [Thread-126/INFO]: You are 98 version(s) behind

SKRIPT VERSION
[14:19:36] [Server thread/INFO]: Skript version 2.3.6
Last versions , both
See this is why we ask for an actual version, because 2.3.6 is not "latest", it may say that in the error, but thats because the actual latest isn't stable.
Also "[Thread-126/INFO]: You are 98 version(s) behind" <-- that is not "latest", that is nearly 100 version behind the actual latest of Spigot
I recommend actually updating your server to latest, if you want to claim you are running "latest" versions of things

2.3.6 does not work in 1.14+

Touching on what TPGames said, I would actually recommend 2.4-Alpha2 (Which I think came out after TPGames posted)
It fixes a lot of the issues that were present in 2.4-Alpha1
 
Status
Not open for further replies.