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

    Addon skript-db

    It works, but it's buggy. For example strange things happen when you check for an existing entry in a mysql table. That entry exists but skript-db thinks that it doesn't exist and adds another entry. This happens only sometimes and I can not reproduce it, but it's happening (maybe cause of TPS...
  2. pepper82

    Addon Skellett - The beast addon!

    For me it works when spawning a zombie via command and then disguise it, but not in "on spawn" event for some weird reason.
  3. pepper82

    Recipe Manager (1.13.2+ ONLY)

    very cool stuff, but how to set custom amount of ingredient?
  4. pepper82

    Addon skript-mirror

    Playing around with mirror stuff and citizens. Why does this return <none> ? import: net.citizensnpcs.npc.CitizensNPCRegistry as NPCRegistry command /example [<text>] [<text>]: trigger: set {_npc} to NPCRegistry.getById(1) send "%{_npc}%"
  5. pepper82

    Skellett + Disguise?

    Hi all, does anybody know which versions of skellett and LibsDisguise work together on a 1.13.2 server? I can not get disguising to work (no errors). This won't work (but worked in past versions): command /testy: trigger: set {_d} to a new disguise with type RABBIT set disguise...
  6. pepper82

    Addon Skellett - The beast addon!

    Disguise stuff does not work anymore? Using latest skellett and LibsDisguise v9.8.0? This does nothing: on spawn of zombie: wait 1 second broadcast "disguising" set {_d} to a new disguise with type PLAYER with username "sevenhours" #set {_d} to a new disguise with type RABBIT...
  7. pepper82

    Saving and reading items from mysql

    Thanks for the reply. But is there any way without having to install another skript addon?
  8. pepper82

    Saving and reading items from mysql

    Hi all, does andybody know how to store player's tool or inventory in a mysql table and later give it to him again? I know the mysql part, but I have no clue about how to save / restore the item in a mysql table.
  9. pepper82

    Help with Placeholder API

    Hi there, I just downloaded the latest Placeholder API and the Skript Addon "Ersatz" for testing its stuff: command /testy: trigger: set {_ping} to placeholder "player_biome" broadcast "your ping is %{_ping}%" Result is <none> --- But I get no errors or anything. Any...
  10. pepper82

    Shoot fireball that drops after some time

    Hi all, can anybody post a simple example of shooting a fireball from the player towards a location and make the fireball drop to the ground after some time (like bullet drop)?
  11. pepper82

    Addon Skungee - The proxy addon for Skript

    I am unable to get the plugin loaded on 1.13.2. I get this on the spigot servers: https://pastebin.com/XXAx2wqj
  12. pepper82

    SQLite to Mysql

    Hi all, I used the sqlite database since forever but now need to switch to mysql (storing all skript variables to mysql) because of setting up bungeecoord on my production server. Here are my questions: 1.) How can I import all variables from sqlite to mysql? 2.) Is the skript's mysql database...
  13. pepper82

    Create a working, up-to-date Database / Mysql Addon

    I know there exists one addon named skript-db, but this addon does not work really (at least on newer skript versions) well and is not maintained / updated anymore. Since skript does not provide stable, really usable build-in mysql features we are in need of a simple, but working mysql addon...
  14. pepper82

    Solved How to make clickable chat messages?

    Hi there, this does no longer work in latest skript it seems: <command:/event join %loop-value%> How does it work in 1.14.4+ ?
  15. pepper82

    How to get the real online uuid in a bungeecord server?

    Hi all, when I broadcast the player's uuid on a bungeecord server it shows his offline uuid but I need to work with the online uuid. how would you do this?
  16. pepper82

    How to set an item in an itemframe?

    I can not get it to work: command /testi [<text>]: trigger: loop all item frames in radius 5 around player's location: set item of entity to cookie No errors. Does not set cookie into itemframe.
  17. pepper82

    How to get loop-entity on skript 1.14.4?

    Hi all, this works fine with 1.13.2 but not longer in 1.14.4: command /testi [<text>]: trigger: loop all entities in radius 3 around player's location: if loop-entity is armor stand: message "%loop-entity%" I need to get the loop-entity (need to set it...
  18. pepper82

    How to set an item in an itemframe?

    Hi all, how can I set an item in an itemframe (without using Skellett addon) ?
  19. pepper82

    Tuske is dead? No more GUI stuff?

    I can not get my guis to work on 1.14.4. For example (this works in 1.13.2 but not in 1.14): command /testi [<text>]: trigger: open virtual chest inventory with 3 rows named "test" to player set {_i} to 0 set {_p} to player set {_item} to APPLE set...
  20. pepper82

    Tuske is dead? No more GUI stuff?

    Hi all, wondering if Tuske is dead for 1.14.4? At least all my inventories I built with it seem to be broken. Does anybody know if it will be fixed or is there a working replacement?