Jump to content

Underachievers

Member
  • Posts

    19
  • Joined

  • Last visited

Posts posted by Underachievers

  1. options:
    	#these items will not be selected, ever
    	blacklistblocks: bedrock, dragon egg, and end portal frame
    	#change this to true if you'd like everyone online to get the same item
    	#**only accepts true and false**
    	sameitem: false
    	#change this to the number of seconds you'd like it to wait to give out an item
    	timeinseconds: 30
    
    every {@timeinseconds} seconds:
    	set {_item} to random item out of all items
    	if {@sameitem} = false:
    		loop all players:
    			while {@blacklistblocks} contains {_item}:
    				set {_item} to random item out of all items
    			add 1 of {_item} to inventory of loop-player
    	else if {@sameitem} = true:
    		while {@blacklistblocks} contains {_item}:
    			set {_item} to random item out of all items
    		add 1 of {_item} to inventory of all players

    Pretty self explanatory, reply here or DM me on discord at @DanielK#0605 for further info.

    Suggestion for items to blacklist: debug sticks, ender gateways, structure void, void air, jigsaw blocks, bedrock, barriers, spawners, chain command blocks, repeating command blocks, and command blocks.

    Edit: Potted items, banners, and certain signs seem to be bugged and will not give anything, to prevent this you could put them in your blacklist.

    • Confused 1
  2. I'm not entirely sure what exactly you're asking, but to start up your server, you can do /join (server name), in the lobby. If you're asking how to make your server stay up 24/7, currently you can't. You also can't edit your server while it's offline. You can only change your server while it's online.

    Hope this helps.

  3. A lot of people seemed to like the last guy's report script, so I decided I would make a much more advanced one with all the same features and more. It has infinite pages, a GUI to show reports per player, remove all reports function, and you can remove them individually. It also broadcasts reports when they happen. It shows (in server time) when exactly it happened and who did it with what reason they had for doing it.

    I'm taking requests for future scripts in the comments.

    Requirements: Skript, TuSKe, and SKQuery

    link: https://hastebin.com/quheqenesu.rb

    reports.sk

  4. From my experience, I believe the most essential plugins for most Minehut servers to have would be Skript, Essentials, Holographic Displays, Worldedit, Worldguard, Kiteboard, and any Skript addons you need.

     

    Hope this helps!

    • Like 5
  5. Simple to use Envoy script, use /envoy to get an envoy chest to place. Change the options at the top of the script to fit your needs. To start an envoy event, you can use the Skript function envoydrop().

    Requirements: Skript and TuSKe.
     

    envoy.sk

    • Thanks 1
  6. every 3 seconds:
        drop 2 dirt at location(215, 149, 489, world "world")

    You were using the location() function incorrectly, it requires commas and a world. For further Skript help I suggest using the #skript text channel on the Minehut discord, responses will come much faster.

    • Like 1
  7. Simple to use Duels script, use /duels (join | leave) to join and leave the duels queue, use /duels (setpos1 | setpos2) to set the starting positions. Change the options at the top of the script to fit your needs. To start a game you can do /duels start.

     

    Requirements: Skript and some sort of spawn plugin.

    duels.sk

×
×
  • Create New...