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

    Addon skript-mirror

    Ok, I will try. Thank you
  2. X

    Addon skript-mirror

    Thank you, I have learned the operation of the event. But there is a question, when placing the armor frame, can be access to player information? Like who put the armor rack
  3. X

    Addon MundoSK

    ok on join: set mundo player's nametag to "§ahi" set player's tablist name to "§ahi" [16:45:00 INFO]: UUID of player xbxy is fb41ce50-8838-3799-ab91-39259eba1382 [16:45:00 INFO]: xbxy[/112.231.100.140:55514] logged in with entity id 6 at ([world]0.5, 4.0, -6.5) [16:47:01...
  4. X

    Addon skript-mirror

    I want to do both. But I don't know Java syntax and can only use skript Can you help me? @Uzumaki @Pikachu import com.intellectualcrafters.configuration.file.YamlConfiguration; import com.intellectualcrafters.plot.PS; import com.intellectualcrafters.plot.commands.SubCommand; import...
  5. X

    check port status

    MundoSk is currently unavailable on 1.12, unfortunately
  6. X

    Addon [Deleted] SkUniversal

    [19:55:24] [Server thread/INFO]: [SkUniversal] Enabling SkUniversal v2.6 [19:55:24] [Server thread/ERROR]: Error occurred while enabling SkUniversal v2.6 (Is it up to date?) java.lang.NoClassDefFoundError: com/github/intellectualsites/plotsquared/api/PlotAPI at...
  7. X

    Addon Sk-NBeeT

    You can look at the open source code for 'SkStuff'. Modifying a player's data using SkStuff will not be transmitted
  8. X

    Addon Sk-NBeeT

    !add "{Glowing:1}" to player's nbt After using this code I'm going to be sent to the coordinate 0, 0, 0. This server is running Paper version git-Paper-1613 (MC: 1.12.2) (Implementing API version 1.12.2-R0.1-SNAPSHOT) Skript 2.3.6
  9. X

    Addon MundoSK

    a error [18:41:45 INFO]: [MundoSK] Enabling MundoSK v1.8.5 [18:41:45 INFO]: [MundoSK] No worlds were assigned to load automatically [18:41:45 INFO]: [MundoSK] Pie is awesome :D [18:41:45 ERROR]: Error occurred while enabling MundoSK v1.8.5 (Is it up to date?) java.lang.NoSuchMethodError...
  10. X

    Addon BungeeMaster

    tank you
  11. X

    Addon BungeeMaster

    Can I play an announcement in a specified sub-service? For example, I want to post a bulletin in 'denglu' and 'lobby'
  12. X

    Addon skript-mirror

    I want to get an ArrayList, the following two kinds of code, how should I write? set {_text} to new ArrayList("text1" and "text2")
  13. X

    Addon skript-mirror

    List<String> record = new ArrayList(); vg.addComponent(new VexText(10, 20, "test")); This code in java should I write in SK?
  14. X

    Addon MundoSK

    I tested it, the player's skin did not change after the screen flashed briefly
  15. X

    Addon MundoSK

    Hey, I want to ask I have value and signature now. How do I set the player's skin to them? Value...
  16. X

    Pikachu's Snippets

    How to open a virtual anvil, And has the function of wooden gui?
  17. X

    Addon Skellett - The beast addon!

    I upgraded all plug-ins today and this error appeared during reloading. I don't know if it is a problem with 'skript dev34' or a problem with 'skellett1.9.6b' command /1: trigger: $ thread set {_x1} to mysql result of query "SELECT Nick FROM xbxy_skin_now WHERE...
  18. X

    Addon MundoSK

    I just tried to upgrade the plugin and then I got an error 21:46:09 INFO]: Starting Minecraft server on 127.0.0.1:41001 [21:46:09 ERROR]: Could not load 'plugins/sk_MundoSK-v.1.8.5.jar' in folder 'plugins' org.bukkit.plugin.InvalidDescriptionException: Invalid plugin.yml at...
  19. X

    mysql blob item

    How can I store an item in a custom MySQL database? Using blob format in mysql data
  20. X

    Addon TuSKe - Custom Enchantments, GUI Manager and more!

    set {_w::*} to regex split arg 1 with pattern "^[A-Za-z0-9\u4e00-\u9fa5]{1,9}$" {_w::*} = null Is my writing incorrect?