Jump to content

853620298491042_

Member
  • Posts

    8
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

853620298491042_'s Achievements

Lurker

Lurker (1/6)

0

Reputation

  1. this should work, untested tho on right click on barrel: loop (random integer between 14 and 22) times: set {_r1} to (random integer between 0 and 26) set {_r2} to (random integer between 1 and 9) set {_r3} to (random integer between 1 and 5) if {_r2} is 1: set slot {_r1} of inventory of event-block to {_r3} of golden apple else if {_r2} is 2: set slot {_r1} of inventory of event-block to {_r3} of amethyst shard else if {_r2} is 3: set slot {_r1} of inventory of event-block to {_r3} of obsidian else if {_r2} is 4: set slot {_r1} of inventory of event-block to {_r3} of ender pearl else if {_r2} is 5: set slot {_r1} of inventory of event-block to {_r3} of book else if {_r2} is 6: set slot {_r1} of inventory of event-block to {_r3} of mossy cobblestone else if {_r2} is 7: set slot {_r1} of inventory of event-block to {_r3} of iron nugget else if {_r2} is 8: set slot {_r1} of inventory of event-block to {_r3} of gold nugget else if {_r2} is 9: set slot {_r1} of inventory of event-block to {_r3} of iron ingot
  2. I've never done functions, so this will be harder for me and I already thought about that. But thanks for sending me the tutorial!
  3. Hello, I recently started making a shop skript, and I wanted to ask if this is a good way creating the shop skript? Can I make it more compact or something? (Its fully working, but its kinda long.." ... wait 1 tick open virtual chest inventory with size 6 named "&3Slabs &7& &3Stairs" to player wait 1 tick format gui slot 0 of player with 16 oak slabs named "&c16 Oak slabs" with lore " " and "&a25$" and " " to run: if {bal::%player's uuid%} < 25: send "{@prefix} &cNot enough &a$$$&c!" else if {bal::%player's uuid%} >= 25: remove 25 from {bal::%player's uuid%} give player 16 oak slabs send "{@prefix} &bBought &c16 oak slabs&b. Current balance: &c%{bal::%player's uuid%}%&b$"
  4. No like actually, tried to find something several times, but theres literally NOTHING
  5. Hello, this thing has been happening to me a lot. Everytime I reset the server, placeholders uninstall, and I need to install them again to make them work. Anyone knows how I can stop this happen? Can I automatically install them using skript plugin or something?
  6. Wow! Thank you for actually replying. I look forward for getting that plugin.
  7. Custom Drops Editor should be added, cuz Advanced Drop Manager isn't working. This plugin should be added because for some people the "Advanced Drop Manager" plugin is not working. I really want to add custom drops, but I just can't. Plugin link: https://www.spigotmc.org/resources/custom-drops-editor-1-13-1-16-easy-to-use-hard-not-to-want.71153/
×
×
  • Create New...