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. novastosha

    Solved Get player address

    Your welcome
  2. novastosha

    Solved Get player address

    maybe import: org.bukkit.event.player.PlayerLoginEvent on "PlayerLoginEvent": set {_name} to event.getHostname() send "%{_name}%" to event.getPlayer() Not tested, if does not work try to remove "to event.getPlayer()"
  3. novastosha

    Solved Get player address

    I use this my self for my server when i got sponsored It is only possible in java public class Plugin extends JavaPlugin implements Listener { @Override public void onEnable() { getServer().getPluginManager().registerEvents(this, this); } @Override...
  4. novastosha

    Hide player's nametag

    It works for me
  5. novastosha

    Skript outputting <none> instead of a player name

    format gui slot 20 of player with Book named "&bPing Spoof" to run function ti(arg-1, Ping Spoof)
  6. novastosha

    Skript outputting <none> instead of a player name

    Same but in your function type: close {_player}'s inventory then open your gui
  7. novastosha

    Skript outputting <none> instead of a player name

    TuSKe GUIs are so buggy when you use "to run:" you can't use values of a loop or arguemnts or variables Try to use "to run function ban(player, arg-1,"Reason")" Make sure to create the function it is not integrated!
  8. novastosha

    Hide player's nametag

    I'm out of ideas i'll try to fix it
  9. novastosha

    Hide player's nametag

    Of the messages
  10. novastosha

    Hide player's nametag

    Just send screenshots
  11. novastosha

    Hide player's nametag

    Sned me your console messages
  12. novastosha

    Hide player's nametag

    Are you testing it with other players or with your self?
  13. novastosha

    Solved HELP

    Oooh, I still doen't work even i'm making this in java its my main lang so yeh
  14. novastosha

    Solved HELP

    The second argument is string Imports: import: org.bukkit.WorldCreator org.bukkit.WorldType org.bukkit.Bukkit
  15. novastosha

    Solved HELP

    Why this is not working It does work in java but here with Skript and using Skript-mirror No reason why set {_wc} to new WorldCreator(arg 2) {_wc}.type(WorldType.FLAT)
  16. novastosha

    Solved Infinite water buckets

    Mark me as best answer please :)
  17. novastosha

    Hide player's nametag

    on script load: make console execute "scoreboard teams add NoTag Blue_Team" make console execute "scoreboard teams option NoTag nametagVisibility never" function addNoTag(player: player): make console execute "scoreboard teams join NoTag %{_player}%" function removeNoTag(player...
  18. novastosha

    Hide player's nametag

    You need to mess with minecraft integrated objective things on script load: make console execute "scoreboard teams add NoTag Blue_Team" make console execute "scoreboard teams option NoTag nametagVisibility never" function addNoTag(player: player): make console execute "scoreboard...
  19. novastosha

    Solved Infinite water buckets

    on right click: if player's held item is water bucket named "§9Endless Water": cancel event if clicked block is not air: if target block is not air: set block at location of clicked block to water
  20. novastosha

    Help needed

    How to check what is the ip of the player (IP connected from) If you didn't understand: I logged in with the ip: novastosha.yasae.net I want to check if the ip contains "novastosha"