Search results

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

  1. J

    Addon Skerm (Simple Permission Addon)

    I've tried it and it doesn't seem to make any difference. Is it the same for you? Skript Error: No matching non-static method: CraftPlayer#reloadPermissions called without arguments
  2. J

    Addon Skerm (Simple Permission Addon)

    Hi! I've just noticed that despite the fact that the permission has been added, when I start typing the command, it doesn't appear in the tab-complete. It's a small detail but it can be annoying. Edit: If I reload all Skript scripts, the commands appear in tab-complete.
  3. J

    Addon Skerm (Simple Permission Addon)

    [07:37:33 ERROR]: Could not pass event PlayerQuitEvent to Skerm v1.2 java.lang.NullPointerException: Cannot invoke "java.util.Map.keySet()" because the return value of "java.util.Map.get(Object)" is null at Skerm-1.2.jar/me.gherm.skerm.data.DataManager.writeData(DataManager.java:99)...
  4. J

    Addon Skerm (Simple Permission Addon)

    Thanks for this addon but the delete player permissions of player or reset player permissions of player doesn't work, the permissions is not removed. Edit: To reset the permissions granted to the player, remove the permissions one by one. Example (with spaces to simplify reading): on join...
  5. J

    Please delete this post.

  6. J

    UUID->Username in %loop-value%

    set {_example} to loop-value parsed as offline player before the send, it's solved! thank you very much.
  7. J

    UUID->Username in %loop-value%

    Hello, I would like to display the username and not the UUID: if arg-1 is "top": loop all offline players: set {_player} to loop-value set {_list::%loop-value%} to "%{_player}.getStatistic(Statistic.PLAY_ONE_MINUTE)% ticks"...