Jump to content

Baldtrests

Member
  • Posts

    5
  • Joined

  • Last visited

Everything posted by Baldtrests

  1. i have a box server with an auto compressor item. it is supposed to turn the normal version of the items into a custom compressed version. however, it does not do this. this is the code: every 0.25 seconds: loop players: if name of off hand item of loop-player is "&6Auto Compressor": if loop-player has 64 cobblestone named "Cobblestone": remove 64 cobblestone named "Cobblestone" from loop-player set {item} to chiseled stone bricks named "&7Compressed Stone" enchant {item} with mending give {item} to loop-player if loop-player has 64 oak log named "Oak Log": remove 64 oak log named "Oak Log" from loop-player set {item} to oak wood named "&7Compressed Wood" enchant {item} with mending give {item} to loop-player if loop-player has 64 coal named "Coal": remove 64 coal named "Coal" from loop-player set {item} to coal named "&7Compressed Coal" enchant {item} with mending give {item} to loop-player if loop-player has 64 gold ingot named "Gold Ingot": remove 64 gold ingot named "Gold Ingot" from loop-player set {item} to gold ingot named "&7Compressed Gold Ingot" enchant {item} with mending give {item} to loop-player if loop-player has 64 iron ingot named "Iron Ingot": remove 64 iron ingot named "Iron Ingot" from loop-player set {item} to iron ingot named "&7Compressed Iron Ingot" enchant {item} with mending give {item} to loop-player if loop-player has 64 nether quartz named "Nether Quartz": remove 64 nether quartz named "Nether Quartz" from loop-player set {item} to nether quartz named "&7Compressed Quartz" enchant {item} with mending give {item} to loop-player if loop-player has 64 diamond named "Diamond": remove 64 diamond named "Diamond" from loop-player set {item} to diamond named "Compressed Diamond" enchant {item} with mending give {item} to loop-player if loop-player has 64 emerald named "Emerald": remove 64 emerald named "Emerald" from loop-player set {item} to emerald named "&7Compressed Emerald" enchant {item} with mending give {item} to loop-player if loop-player has 64 netherite ingot named "Netherite Ingot": remove 64 netherite ingot named "Netherite Ingot" from loop-player set {item} to netherite ingot named "&7Compressed Netherite" enchant {item} with mending give {item} to loop-player
  2. So far I have this: command /report <player> <reason>: cooldown: 2 minutes cooldown message: &fPlease wait &e%remaining time% &funtil you can use this command again! What code could I add to make it send that the command runner has reported the command argument player for the command argument reason, to every player online with a luckperms rank weight 2 or above?
  3. can you make a skript that prevents people from taking items from the creative mode saved hotbars menu
  4. If it is not possible to make it only for nbt items then its fine if it just prevents all items from being taken from the creative saved hotbar menu, but ONLY the saved hot bar menu. No other creative menu. This is needed to stop players with access to creative from getting items, on accident or on purpose, that may grief or crash the server. Thanks, Baldtrests
×
×
  • Create New...