WolvSK (1.8-1.16.1)

Addon WolvSK (1.8-1.16.1) 1.7.2

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

Oh it still exactly the same? However I tried to fix it in the 1.5.6 update and I don't succeed in reproduce that bug on my server :emoji_confused:
 
Hey again me :emoji_grinning: Im getting error. (if cooldown "ban%{_x}%" of loop-index is finish didn't work too)
code_language.skript:
every 5 second:
    loop {bans::*}:
        set {_x} to "%loop-index%" parsed as an offline player
        if cooldown "ban%{_x}%" of {_x} is finish:
            delete {bans::%{_x}%}

Java:
[16:57:19] [Server thread/ERROR]: #!#!
[16:57:19] [Server thread/ERROR]: #!#! [Skript] Severe Error:
[16:57:19] [Server thread/ERROR]: #!#!
[16:57:19] [Server thread/ERROR]: #!#! If you're developing an add-on for Skript this likely means that you have done something wrong.
[16:57:19] [Server thread/ERROR]: #!#! If you're a server admin however please go to https://github.com/bensku/Skript/issues/
[16:57:19] [Server thread/ERROR]: #!#! and check whether this error has already been reported.
[16:57:19] [Server thread/ERROR]: #!#! If not please create a new ticket with a meaningful title, copy & paste this whole error into it (or use paste service),
[16:57:19] [Server thread/ERROR]: #!#! and describe what you did before it happened and/or what you think caused the error.
[16:57:19] [Server thread/ERROR]: #!#! If you think that it's a trigger that's causing the error please post the trigger as well.
[16:57:19] [Server thread/ERROR]: #!#! By following this guide fixing the error should be easy and done fast.
[16:57:19] [Server thread/ERROR]: #!#!
[16:57:19] [Server thread/ERROR]: #!#! Stack trace:
[16:57:19] [Server thread/ERROR]: #!#! java.lang.NullPointerException
[16:57:19] [Server thread/ERROR]: #!#!     at fr.nashoba24.wolvsk.misc.CondCooldownFinish.check(CondCooldownFinish.java:42)
[16:57:19] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.Condition.run(Condition.java:58)
[16:57:19] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.Conditional.walk(Conditional.java:53)
[16:57:19] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:93)
[16:57:19] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.Trigger.execute(Trigger.java:53)
[16:57:19] [Server thread/ERROR]: #!#!     at ch.njol.skript.events.EvtPeriodical.execute(EvtPeriodical.java:92)
[16:57:19] [Server thread/ERROR]: #!#!     at ch.njol.skript.events.EvtPeriodical$1.run(EvtPeriodical.java:106)
[16:57:19] [Server thread/ERROR]: #!#!     at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71)
[16:57:19] [Server thread/ERROR]: #!#!     at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350)
[16:57:19] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:723)
[16:57:19] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374)
[16:57:19] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654)
[16:57:19] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557)
[16:57:19] [Server thread/ERROR]: #!#!     at java.lang.Thread.run(Thread.java:748)
[16:57:19] [Server thread/ERROR]: #!#!
[16:57:19] [Server thread/ERROR]: #!#! Version Information:
[16:57:19] [Server thread/ERROR]: #!#!   Skript: 2.2-dev25
[16:57:19] [Server thread/ERROR]: #!#!   Bukkit: 1.8.8-R0.1-SNAPSHOT
[16:57:19] [Server thread/ERROR]: #!#!   Minecraft: 1.8.8
[16:57:19] [Server thread/ERROR]: #!#!   Java: 1.8.0_131 (Java HotSpot(TM) 64-Bit Server VM 25.131-b11)
[16:57:19] [Server thread/ERROR]: #!#!   OS: Linux amd64 4.2.0-27-generic
[16:57:19] [Server thread/ERROR]: #!#!
[16:57:19] [Server thread/ERROR]: #!#! Running CraftBukkit: false
[16:57:19] [Server thread/ERROR]: #!#!
[16:57:19] [Server thread/ERROR]: #!#! Current node: null
[16:57:19] [Server thread/ERROR]: #!#! Current item: cooldown is finish
[16:57:19] [Server thread/ERROR]: #!#!
[16:57:19] [Server thread/ERROR]: #!#! Thread: Server thread
[16:57:19] [Server thread/ERROR]: #!#!
[16:57:19] [Server thread/ERROR]: #!#! End of Error.
[16:57:19] [Server thread/ERROR]: #!#!
[doublepost=1499961130,1499695295][/doublepost]Also its only work in my island :emoji_grinning:

code_language.skript:
command /hey:
    trigger:
        set {_x} to asb owner of island at location of player
        set {_y} to askyblock {_x}'s island location


When i do this command in other island:

Java:
[18:49:53 ERROR]: #!#!
[18:49:53 ERROR]: #!#! [Skript] Severe Error:
[18:49:53 ERROR]: #!#!
[18:49:53 ERROR]: #!#! If you're developing an add-on for Skript this likely means that you have done something wrong.
[18:49:53 ERROR]: #!#! If you're a server admin however please go to https://github.com/bensku/Skript/issues/
[18:49:53 ERROR]: #!#! and check whether this error has already been reported.
[18:49:53 ERROR]: #!#! If not please create a new ticket with a meaningful title, copy & paste this whole error into it (or use paste service),
[18:49:53 ERROR]: #!#! and describe what you did before it happened and/or what you think caused the error.
[18:49:53 ERROR]: #!#! If you think that it's a trigger that's causing the error please post the trigger as well.
[18:49:53 ERROR]: #!#! By following this guide fixing the error should be easy and done fast.
[18:49:53 ERROR]: #!#!
[18:49:53 ERROR]: #!#! Stack trace:
[18:49:53 ERROR]: #!#! java.lang.NullPointerException
[18:49:53 ERROR]: #!#!     at fr.nashoba24.wolvsk.askyblock.ExprASkyBlockHomeLocation.get(ExprASkyBlockHomeLocation.java:44)
[18:49:53 ERROR]: #!#!     at fr.nashoba24.wolvsk.askyblock.ExprASkyBlockHomeLocation.get(ExprASkyBlockHomeLocation.java:1)
[18:49:53 ERROR]: #!#!     at ch.njol.skript.lang.util.SimpleExpression.getArray(SimpleExpression.java:105)
[18:49:53 ERROR]: #!#!     at ch.njol.skript.effects.EffChange.execute(EffChange.java:270)
[18:49:53 ERROR]: #!#!     at ch.njol.skript.lang.Effect.run(Effect.java:54)
[18:49:53 ERROR]: #!#!     at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:65)
[18:49:53 ERROR]: #!#!     at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:93)
[18:49:53 ERROR]: #!#!     at ch.njol.skript.lang.Trigger.execute(Trigger.java:53)
[18:49:53 ERROR]: #!#!     at ch.njol.skript.command.ScriptCommand.execute2(ScriptCommand.java:222)
[18:49:53 ERROR]: #!#!     at ch.njol.skript.command.ScriptCommand.execute(ScriptCommand.java:184)
[18:49:53 ERROR]: #!#!     at ch.njol.skript.command.Commands.handleCommand(Commands.java:270)
[18:49:53 ERROR]: #!#!     at ch.njol.skript.command.Commands$1.onPlayerCommand(Commands.java:165)
[18:49:53 ERROR]: #!#!     at sun.reflect.GeneratedMethodAccessor95.invoke(Unknown Source)
[18:49:53 ERROR]: #!#!     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[18:49:53 ERROR]: #!#!     at java.lang.reflect.Method.invoke(Method.java:498)
[18:49:53 ERROR]: #!#!     at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306)
[18:49:53 ERROR]: #!#!     at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
[18:49:53 ERROR]: #!#!     at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502)
[18:49:53 ERROR]: #!#!     at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487)
[18:49:53 ERROR]: #!#!     at net.minecraft.server.v1_8_R3.PlayerConnection.handleCommand(PlayerConnection.java:1154)
[18:49:53 ERROR]: #!#!     at net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:997)
[18:49:53 ERROR]: #!#!     at net.minecraft.server.v1_8_R3.PacketPlayInChat.a(PacketPlayInChat.java:45)
[18:49:53 ERROR]: #!#!     at net.minecraft.server.v1_8_R3.PacketPlayInChat.a(PacketPlayInChat.java:1)
[18:49:53 ERROR]: #!#!     at net.minecraft.server.v1_8_R3.PlayerConnectionUtils$1.run(SourceFile:13)
[18:49:53 ERROR]: #!#!     at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
[18:49:53 ERROR]: #!#!     at java.util.concurrent.FutureTask.run(FutureTask.java:266)
[18:49:53 ERROR]: #!#!     at net.minecraft.server.v1_8_R3.SystemUtils.a(SourceFile:44)
[18:49:53 ERROR]: #!#!     at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:715)
[18:49:53 ERROR]: #!#!     at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374)
[18:49:53 ERROR]: #!#!     at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654)
[18:49:53 ERROR]: #!#!     at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557)
[18:49:53 ERROR]: #!#!     at java.lang.Thread.run(Thread.java:745)
[18:49:53 ERROR]: #!#!
[18:49:53 ERROR]: #!#! Version Information:
[18:49:53 ERROR]: #!#!   Skript: 2.2-dev25
[18:49:53 ERROR]: #!#!   Bukkit: 1.8.8-R0.1-SNAPSHOT
[18:49:53 ERROR]: #!#!   Minecraft: 1.8.8
[18:49:53 ERROR]: #!#!   Java: 1.8.0_101 (Java HotSpot(TM) 64-Bit Server VM 25.101-b13)
[18:49:53 ERROR]: #!#!   OS: Linux amd64 4.4.26-nitradoV3-MC-1000-nH-dP-d-i
[18:49:53 ERROR]: #!#!
[18:49:53 ERROR]: #!#! Running CraftBukkit: false
[18:49:53 ERROR]: #!#!
[18:49:53 ERROR]: #!#! Current node: null
[18:49:53 ERROR]: #!#! Current item: set {_y}(as java.lang.Object) to asb home of player
[18:49:53 ERROR]: #!#!
[18:49:53 ERROR]: #!#! Thread: Server thread
[18:49:53 ERROR]: #!#!
[18:49:53 ERROR]: #!#! End of Error.
[18:49:53 ERROR]: #!#!
 
Hey, Nashoba, I need to be able to check how many PlayerPoints that a player has. Originally, I was using the combination of Umbaska and Skellett, to use PlaceHolderApi integration, which allowed me to accomplish some of the ideas that I had in mind, but, for some reason, it doesn't see the placeholder as an integer. If you could add the ability to check if a player has the specified amount of PlayerPoints, it'd be much obliged.

Something Like This:

code_language.skript:
if %player% point is more than or equal to 1:
 
Nashoba submitted a new resource:

WolvSK (1.8, 1.9, 1.10 & 1.11) - Minigames, Twitter, Teamspeak and more...



Read more about this resource...
I have a problem with expression of ping, send me this message
Java:
[01:19:08 ERROR]: [Skript] Can't understand this expression: player's ping (HaGeneral.sk, line 91: set tab header to "&7Jugando Actualmente en &2&lH&a&laxel%new line%&f" and footer to "&f%new line%&fEstadisticas:%new line%&fDinero: &a%player's balance%%nl%&f%new line%&fRango: &a%coloured player's prefix%%nl%&f%new line%&fPing: &a%player's ping%%nl%&f%new line%&ahaxel.serv.nu" for player') 
[01:19:08 ERROR]: [Skript] Can't understand this expression: player's ping (HaGeneral.sk, line 93: set tab header to "&7Jugando Actualmente en &a&lH&2&la&a&lxel%new line%&f" and footer to "&f%new line%&fEstadisticas:%new line%&fDinero: &a%player's balance%%nl%&f%new line%&fRango: &a%coloured player's prefix%%nl%&f%new line%&fPing: &a%player's ping%%nl%&f%new line%&ahaxel.serv.nu" for player')
 [01:19:08 ERROR]: [Skript] Can't understand this expression: player's ping (HaGeneral.sk, line 95: set tab header to "&7Jugando Actualmente en &a&lHa&2&lx&a&lel%new line%&f" and footer to "&f%new line%&fEstadisticas:%new line%&fDinero: &a%player's balance%%nl%&f%new line%&fRango: &a%coloured player's prefix%%nl%&f%new line%&fPing: &a%player's ping%%nl%&f%new line%&ahaxel.serv.nu" for player') 
[01:19:08 ERROR]: [Skript] Can't understand this expression: player's ping (HaGeneral.sk, line 97: set tab header to "&7Jugando Actualmente en &a&lHax&2&le&a&ll%new line%&f" and footer to "&f%new line%&fEstadisticas:%new line%&fDinero: &a%player's balance%%nl%&f%new line%&fRango: &a%coloured player's prefix%%nl%&f%new line%&fPing: &a%player's ping%%nl%&f%new line%&ahaxel.serv.nu" for player') 
[01:19:08 ERROR]: [Skript] Can't understand this expression: player's ping (HaGeneral.sk, line 99: set tab header to "&7Jugando Actualmente en &a&lHaxe&2&ll%new line%&f" and footer to "&f%new line%&fEstadisticas:%new line%&fDinero: &a%player's balance%%nl%&f%new line%&fRango: &a%coloured player's prefix%%nl%&f%new line%&fPing: &a%player's ping%%nl%&f%new line%&ahaxel.serv.nu" for player')
Addons:
upload_2017-8-15_2-32-7.png
 
I have a problem with expression of ping, send me this message
Java:
[01:19:08 ERROR]: [Skript] Can't understand this expression: player's ping (HaGeneral.sk, line 91: set tab header to "&7Jugando Actualmente en &2&lH&a&laxel%new line%&f" and footer to "&f%new line%&fEstadisticas:%new line%&fDinero: &a%player's balance%%nl%&f%new line%&fRango: &a%coloured player's prefix%%nl%&f%new line%&fPing: &a%player's ping%%nl%&f%new line%&ahaxel.serv.nu" for player')
[01:19:08 ERROR]: [Skript] Can't understand this expression: player's ping (HaGeneral.sk, line 93: set tab header to "&7Jugando Actualmente en &a&lH&2&la&a&lxel%new line%&f" and footer to "&f%new line%&fEstadisticas:%new line%&fDinero: &a%player's balance%%nl%&f%new line%&fRango: &a%coloured player's prefix%%nl%&f%new line%&fPing: &a%player's ping%%nl%&f%new line%&ahaxel.serv.nu" for player')
 [01:19:08 ERROR]: [Skript] Can't understand this expression: player's ping (HaGeneral.sk, line 95: set tab header to "&7Jugando Actualmente en &a&lHa&2&lx&a&lel%new line%&f" and footer to "&f%new line%&fEstadisticas:%new line%&fDinero: &a%player's balance%%nl%&f%new line%&fRango: &a%coloured player's prefix%%nl%&f%new line%&fPing: &a%player's ping%%nl%&f%new line%&ahaxel.serv.nu" for player')
[01:19:08 ERROR]: [Skript] Can't understand this expression: player's ping (HaGeneral.sk, line 97: set tab header to "&7Jugando Actualmente en &a&lHax&2&le&a&ll%new line%&f" and footer to "&f%new line%&fEstadisticas:%new line%&fDinero: &a%player's balance%%nl%&f%new line%&fRango: &a%coloured player's prefix%%nl%&f%new line%&fPing: &a%player's ping%%nl%&f%new line%&ahaxel.serv.nu" for player')
[01:19:08 ERROR]: [Skript] Can't understand this expression: player's ping (HaGeneral.sk, line 99: set tab header to "&7Jugando Actualmente en &a&lHaxe&2&ll%new line%&f" and footer to "&f%new line%&fEstadisticas:%new line%&fDinero: &a%player's balance%%nl%&f%new line%&fRango: &a%coloured player's prefix%%nl%&f%new line%&fPing: &a%player's ping%%nl%&f%new line%&ahaxel.serv.nu" for player')
Addons:
View attachment 1087
Well, my addon doesn't have that feature ^^
 
Yes it's "server ping" not "player ping". Server ping let you retrieve informations from a server by a ping like the count of player, the version etc... Player ping is totally different.
 
Great plugin, But i downloaded it mainly for the use of aSkyBlock and there seem to be a lot of things not working?

code_language.skript:
command /islandreward:
    permission: islandreward.claim
    trigger:
        if asb player's island level is less than 2500:
            send "&aClaiming &nTier 5&a reward &7(> 2500)" to player

01.10 03:15:40 [Server] INFO Caused by: java.lang.NoSuchMethodError: com.wasteofplastic.askyblock.ASkyBlockAPI.getLongIslandLevel(Ljava/util/UUID:emoji_wink:J

Maybe I'm just doing something wrong but any help would be great thank!
 
Great plugin, But i downloaded it mainly for the use of aSkyBlock and there seem to be a lot of things not working?

code_language.skript:
command /islandreward:
    permission: islandreward.claim
    trigger:
        if asb player's island level is less than 2500:
            send "&aClaiming &nTier 5&a reward &7(> 2500)" to player

01.10 03:15:40 [Server] INFO Caused by: java.lang.NoSuchMethodError: com.wasteofplastic.askyblock.ASkyBlockAPI.getLongIslandLevel(Ljava/util/UUID:emoji_wink:J

Maybe I'm just doing something wrong but any help would be great thank!
Update ASkyBlock to the last version. The creator of ASB changed some methods recently.
 
Hello @Nashoba . I have a problem.

The askyblock expression:

code_language.skript:
(asb|askyblock) island [location] of %player%

or


(asb|askyblock) %player%['s] island [location]

is supposed to return the island center, but on some players, it doesnt. The coordinates are not correctly centered. I think you could correct this. AskyBlock have the API for it (getCenter() )
 
Hello @Nashoba . I have a problem.

The askyblock expression:

code_language.skript:
(asb|askyblock) island [location] of %player%

or


(asb|askyblock) %player%['s] island [location]

is supposed to return the island center, but on some players, it doesnt. The coordinates are not correctly centered. I think you could correct this. AskyBlock have the API for it (getCenter() )
I will add it in the next update.

I forked the addon on Github and added a way to disable registration of certain parts of the addon (for conflicting syntaxes with other addons).

I also mavenized and changed a lot, so I am not going to submit a pull request, unless you want me to. However, if you don't want me to, could you add this into your version of the project? The code linked above should be all you need.
You can submit a pull request, I will merge it.
 
Last edited:
Hey, can u add an expression for block worth for ASkyblock like:
asb blockworth %block% of %player% - returns the value gained from all the blocks of %block% on a player's island
asb blocks %block% of %player% - returns the amount of blocks with block type %block% on a player's island