coolguy76
-
Posts
4 -
Joined
-
Last visited
Content Type
Profiles
Forums
Gallery
Blogs
Events
Store
Downloads
Posts posted by coolguy76
-
-
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
-
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 inventorythis 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
-
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.

How do I set my paper server 1.20.1?
in Help
Posted
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?