Jump to content

henriqueerzlkj

Member
  • Posts

    3
  • Joined

  • Last visited

Recent Profile Visitors

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

henriqueerzlkj's Achievements

Lurker

Lurker (1/6)

0

Reputation

  1. As of the moment if you try to add SkUniversal to a server and have PlotSquared the plugin will not load because PlotSquared is outdated, SkUniversal is very useful and we're not able to use it at the moment. Also this will highly improve the PlotSquared plugin as it add many features. Update to PlotSquared v5 https://www.spigotmc.org/resources/plotsquared-v5.77506/
  2. @EthanGaret Try: create gui slot 11 with barrier named "&&4Sorry," with lore "&4You don't have enough money in your balance." to run:
  3. So i've created a simple Generator Skript, it works fine in the Test server, but when i sent it to main server whenever i restart the server the Generators just stop working, something that does not happen at Test Server Skript: on place: if event-block is furnace: set {_drop} to location of block above event-block add {_drop} to {drop-furnace::*} message "&aYou've placed a Stone Button Generator" on break: loop {drop-furnace::*}: if location of block above event-block is loop-value: cancel event set event-block to air give 1 furnace named "&aStone Button Generator" to player remove location of block above event-block from {drop-furnace::*} message "&aYou've removed your Stone Button Generator" every 5 seconds: loop {drop-furnace::*}: drop 1 of Stone Button at {drop-furnace::%loop-index%} Plugins at Main Server: Plugins at Test Server:
×
×
  • Create New...