Jump to content

coolguy76

Member
  • Posts

    4
  • Joined

  • Last visited

Everything posted by coolguy76

  1. I decided to make a new server but whenever I make one I want to make it paper 1.20.1. However, the only choices are 1.20.2 and 1.19.4. How do I get 1.20.1? I have many servers on paper 1.20.1, but I can't make any more servers that are 1.20.1. Does anybody have an answer?
  2. figured out the code its command /convertancientdebris: trigger: if player does not have ancient debris in their inventory: send "&eYou have nothing to convert." to player else: set {_a} to amount of ancient debris in player's inventory remove {_a} of ancient debris from player's inventory give player {_a} of netherite ingot send "&eConverted &b&l%{_a}% &eAncient Debris to netherite." to player
  3. I am trying to convert ancient debris into netherite ingots. so every time you do the command /convertancientdebris it will check your inventory and if you have lets say you have 128 ancient debris. then it will give you 128 netherite ingots. Heres the script I already have. command /convertancientdebris: trigger: set {_netheriteingot} to amount of ancient_debris in player's inventory this isn't working can somebody help? Edit: I figure it out the code is command /convertancientdebris: trigger: if player does not have ancient debris in their inventory: send "&eYou have nothing to convert." to player else: set {_a} to amount of ancient debris in player's inventory remove {_a} of ancient debris from player's inventory give player {_a} of netherite ingot send "&eConverted &b&l%{_a}% &eAncient Debris to netherite." to player
  4. I have made a server which randomly stopped starting. After it didn't turn on I wiped the server using reset server. It still won't work can somebody help? I will also link a video to show you what's happening. 2022-06-05 20-17-56.mp4
×
×
  • Create New...