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

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

  1. termanator1128

    Vixio Help

    Skript Version:2.2 Skript Author: Minecraft Version:1.8.8 --- Full Code: on skript load: login to user with token "" with name "Term" on chat: if message contains "/": set {_p} to player set {_arg1} to message send message "{_p} has ran the command {_arg1}" to...
  2. termanator1128

    Keep GUI open after change/Refresh items

    Hi so I have a function to open a chest GUI and do some other stuff and in one part I have another function to set a variable to true or false and it will change the GUI items when you re-open it but I want it to stay open or after I click the item it runs the other function and re-opens the GUI...
  3. termanator1128

    Text Under Username

    Hi, I was wondering how I can put text under a players username like this from Mineplex.
  4. termanator1128

    Per world scoreboard

    What can I use so that I have the world name that the player is in? So if I am in world 1 the scoreboard will say world 1. If I'm in world 2 it will say 2. I can do it but I don't want to have a ton of code for each world.
  5. termanator1128

    Player Vanish

    Skript Version: Skript Author: Minecraft Version: --- Full Code: Note: If the code is too large, feel free to use a pasting website (Pastebin or hastebin) Note: If a variable is being set in another script, but not shown, please explain how they are being set function settingsSystem(p: player...
  6. termanator1128

    Skript going infinitly

    Skript Version: Skript 2.2 Skript Author: Minecraft Version: 1.8.8 --- Full Code: Note: If the code is too large, feel free to use a pasting website (Pastebin or hastebin) Note: If a variable is being set in another script, but not shown, please explain how they are being set script options...
  7. termanator1128

    Give items based on world

    Hi, I want to give players certain items on join of the world based on what world it is. I have the main lobby worlds which I know how to set that up but I have worlds where the player creates them and it has their name for the folder. So what I want to do is when a player enters a player...
  8. termanator1128

    Create world from existing world

    Hi, I want to create a world from a world that is already there. So let's say I have a world called test and I have the command /createworld and want that to use the test folder and make it a new folder called %player%-1 (%player% = players name) and it uses the test world. Sorry if that's...
  9. termanator1128

    Solved Events Help

    Skript Version: 2.2-Fixes-V8b Skript Author: termantor1128 Minecraft Version: 1.8.8 --- Full Code: on place: if player has permission "place.owner" or "place.admin" or "place.dev" if player's gamemode is not creative: cancel event else: cancel event Errors...