1. 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!

Dismiss Notice
This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

Addon Skellett - The beast addon! 2.0.9

All your Skript needs in one addon!

  1. ShaneBee

    Supporter + Addon Developer

    Joined:
    Sep 7, 2017
    Messages:
    2,183
    Likes Received:
    234
    LimeGlass updated Skellett - The addon with a beast name with a new update entry:

    New SkellettProxy server watcher

    Read the rest of this update entry...
     
  2. ShaneBee

    Supporter + Addon Developer

    Joined:
    Sep 7, 2017
    Messages:
    2,183
    Likes Received:
    234
    Code (Skript):
    1. [the] max[imum] [amount] [of] players for (skellett[ ][(cord|proxy)]|bungee[ ][cord]) server %string%
    Lime
    Can you clarify something, I know it's a stupid question, but I do not understand what it is in expressions
    [ ] ( )
    (skellett[ ][(cord|proxy)]|bungee[ ][cord])

    How can I use this, or understand in an easy way
     
  3. ShaneBee

    Supporter + Addon Developer

    Joined:
    Sep 7, 2017
    Messages:
    2,183
    Likes Received:
    234
    Ya no problem. No question is stupid.

    Basically everything with the [] is optional and anything within () means it has two options. Example: (yes|no) meaning it could be yes or no.

    Here is an example of the syntax without any registered symbols.
    Code (Skript):
    1. set {_number} to max players for bungeecord server "hub"
     
  4. ShaneBee

    Supporter + Addon Developer

    Joined:
    Sep 7, 2017
    Messages:
    2,183
    Likes Received:
    234
    I got it understood, thank you. <3
     
    LimeGlass likes this.
  5. ShaneBee

    Supporter + Addon Developer

    Joined:
    Sep 7, 2017
    Messages:
    2,183
    Likes Received:
    234
    running 1.8.8:

    [Server thread/ERROR]: Error occurred while enabling Skellett v1.7.7e (Is it up to date?)
    java.lang.IllegalArgumentException: Can't register the class info resultset because the class java.sql.ResultSet is already registered
    at ch.njol.skript.registrations.Classes.registerClass(Classes.java:90) ~[?:?]
    at com.gmail.thelimeglass.Register.types(Register.java:994) ~[?:?]
    at com.gmail.thelimeglass.Skellett.onEnable(Skellett.java:296) ~[?:?]
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321) ~[spigot.jar:git-Spigot-db6de12-18fbb24]
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:340) [spigot.jar:git-Spigot-db6de12-18fbb24]
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405) [spigot.jar:git-Spigot-db6de12-18fbb24]
    at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:357) [spigot.jar:git-Spigot-db6de12-18fbb24]
    at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:317) [spigot.jar:git-Spigot-db6de12-18fbb24]
    at net.minecraft.server.v1_8_R3.MinecraftServer.s(MinecraftServer.java:414) [spigot.jar:git-Spigot-db6de12-18fbb24]
    at net.minecraft.server.v1_8_R3.MinecraftServer.k(MinecraftServer.java:378) [spigot.jar:git-Spigot-db6de12-18fbb24]
    at net.minecraft.server.v1_8_R3.MinecraftServer.a(MinecraftServer.java:333) [spigot.jar:git-Spigot-db6de12-18fbb24]
    at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:263) [spigot.jar:git-Spigot-db6de12-18fbb24]
    at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:525) [spigot.jar:git-Spigot-db6de12-18fbb24]
    at java.lang.Thread.run(Unknown Source) [?:1.8.0_111]
     
  6. ShaneBee

    Supporter + Addon Developer

    Joined:
    Sep 7, 2017
    Messages:
    2,183
    Likes Received:
    234
    Need help with MySQL there said no database selected - - or i need any depecency?

    Code (Skript):
    1. [05:10:21 INFO]: MySQL Update:
    2. [05:10:21 INFO]: Command: CREATE TABLE IF NOT EXISTS minigame_playerdata ( UUID
    3. varchar(100) NOT NULL PRIMARY KEY, class varchar(0), level int(10), exp int(50))
    4.  
    5. [05:10:21 INFO]: Error: No database selected
    6.  
    7. on skript load:
    8.     set mysql host to "localhost"
    9.     set mysql port to 3306
    10.     set mysql username to "root"
    11.     set mysql password to "rootpass"
    12.     set mysql database to "minigame"
    13.     connect to mysql
     
  7. ShaneBee

    Supporter + Addon Developer

    Joined:
    Sep 7, 2017
    Messages:
    2,183
    Likes Received:
    234
    Good evening !
    Can you add
    Code (Skript):
    1. set skin of %npc% to %value% and %signature%
    ? :emoji_grinning:
     
  8. ShaneBee

    Supporter + Addon Developer

    Joined:
    Sep 7, 2017
    Messages:
    2,183
    Likes Received:
    234
    Ya sure. Right now you can despawn and respawn a citizen with a username or you can set the name of the npc to something then get the entity from the npc and set the custom name of the entity. I will add the syntax to make it easier.
     
  9. ShaneBee

    Supporter + Addon Developer

    Joined:
    Sep 7, 2017
    Messages:
    2,183
    Likes Received:
    234
    The support of values and signature would be really cool!
    We could combine it with https://mineskin.org/ to have personalized skin :emoji_grinning:
     
  10. ShaneBee

    Supporter + Addon Developer

    Joined:
    Sep 7, 2017
    Messages:
    2,183
    Likes Received:
    234
    LimeGlass updated Skellett - The addon with a beast name with a new update entry:

    CROSS BUNGEECORD EFFECTS YA BOI!!!!!!!!!!!!!

    Read the rest of this update entry...
    --- Double Post Merged, Feb 3, 2017, Original Post Date: Feb 2, 2017 ---
     
  11. ShaneBee

    Supporter + Addon Developer

    Joined:
    Sep 7, 2017
    Messages:
    2,183
    Likes Received:
    234
    LimeGlass updated Skellett - The addon with a beast name with a new update entry:

    Critical bug fix for any version lower than 1.11

    Read the rest of this update entry...
     
  12. ShaneBee

    Supporter + Addon Developer

    Joined:
    Sep 7, 2017
    Messages:
    2,183
    Likes Received:
    234
    Code (Text):
    1.  
    2. command /1:
    3.     trigger:
    4.         set {_test} to mysql result of query "SELECT name, block, win, list FROM xbxyrun"
    5.         set {_name::*} to mysql string "name" in {_test}
    6.         set {_block::*} to mysql integer "block" in {_test}
    7.         set {_win::*} to mysql integer "win" in {_test}
    8.         set {_list::*} to mysql integer "list" in {_test}
    9.         broadcast "%{_name::*}%"
    10.         broadcast "%{_block::*}%"
    11.         broadcast "%{_win::*}%"
    12.         broadcast "%{_list::*}%"
    13.         stop
    14. [11:06:05 INFO]: xbxy issued server command: /1
    15. [11:06:05 INFO]: xbxy [fa8f6f1c-40b1-38ae-9b35-d7396c30d4c8]: /1
    16. [11:06:05 INFO]: xbxy
    17. [11:06:05 INFO]: <none>
    18. [11:06:05 INFO]: <none>
    19. [11:06:05 INFO]: <none>
    20.  
    It seems that one can only get one at a time
     
  13. ShaneBee

    Supporter + Addon Developer

    Joined:
    Sep 7, 2017
    Messages:
    2,183
    Likes Received:
    234
    LimeGlass updated Skellett - The addon with a beast name with a new update entry:

    Big fixes and small features

    Read the rest of this update entry...
     
  14. ShaneBee

    Supporter + Addon Developer

    Joined:
    Sep 7, 2017
    Messages:
    2,183
    Likes Received:
    234
    LimeGlass updated Skellett - The addon with a beast name with a new update entry:

    NMS stuff :D

    Read the rest of this update entry...
     
  15. ShaneBee

    Supporter + Addon Developer

    Joined:
    Sep 7, 2017
    Messages:
    2,183
    Likes Received:
    234
    What version of citizens do you need for your syntax's? I can't seem to get them to work. I've latest version of citizens 2 and latest version of skellett

    however none of your citizens syntax get's registered?
     
  16. ShaneBee

    Supporter + Addon Developer

    Joined:
    Sep 7, 2017
    Messages:
    2,183
    Likes Received:
    234
    You have Citizens option enabled in the Skellett config found at plugins/Skellett/config.yml
     
  17. ShaneBee

    Supporter + Addon Developer

    Joined:
    Sep 7, 2017
    Messages:
    2,183
    Likes Received:
    234
    I'm an idiot, i always forget about that. Haha. Sorry.
     
  18. ShaneBee

    Supporter + Addon Developer

    Joined:
    Sep 7, 2017
    Messages:
    2,183
    Likes Received:
    234
    I plan on making a config saver. So when you update Skellett the config doesn't reset everytime lol
     
  19. ShaneBee

    Supporter + Addon Developer

    Joined:
    Sep 7, 2017
    Messages:
    2,183
    Likes Received:
    234
    Ah okay haha, erm i enabled it and some of the syntaxs work like

    on npc despawn:

    however when i try this

    set {_test} to new citizen named "Test" with entity type PLAYER

    it says it can not understand the syntax?
     
  20. ShaneBee

    Supporter + Addon Developer

    Joined:
    Sep 7, 2017
    Messages:
    2,183
    Likes Received:
    234
    Code (Skript):
    1. set {_test} to new citizen named "Test" with entity type "PLAYER"
    It was changed to a string a few updates ago because it was causing Skript issues.
     

Share This Page

Loading...