Jump to content

coolguy76

Member
  • Posts

    4
  • Joined

  • Last visited

Posts 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?

    firstversion.png

    secondversion.png

  2. figured out the code its 

    1. command /convertancientdebris:
    2. trigger:
    3. if player does not have ancient debris in their inventory:
    4. send "&eYou have nothing to convert." to player
    5. else:
    6. set {_a} to amount of ancient debris in player's inventory
    7. remove {_a} of ancient debris from player's inventory
    8. give player {_a} of netherite ingot
    9. 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

    1. command /convertancientdebris:
    2. trigger:
    3. if player does not have ancient debris in their inventory:
    4. send "&eYou have nothing to convert." to player
    5. else:
    6. set {_a} to amount of ancient debris in player's inventory
    7. remove {_a} of ancient debris from player's inventory
    8. give player {_a} of netherite ingot
    9. send "&eConverted &b&l%{_a}% &eAncient Debris to netherite." to player
×
×
  • Create New...