Jump to content

henriqueerzlkj

Member
  • Posts

    3
  • Joined

  • Last visited

Posts posted by henriqueerzlkj

  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. 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:
    image.png.ef79bcebd9dce3296264508f0e504cc2.png

    Plugins at Test Server:

    image.png.c16442b87005dc98bbc661fafcd97d0a.png

×
×
  • Create New...