This might be a really dumb question.. (Help)

Status
This thread has been locked.

YourPanda

Retired Moderator
Supreme
Feedback score
34
Posts
3,287
Reactions
1,310
Resources
0
Hi, so as I said, this may be really dumb, and super easy to figure out however I was not able to find anything on it, so I turned to here.


I am using Chest Commands, and I am trying to add in a "Back" button in my GUI's, but I can not seem to figure out how to do it. If anyone knows, please let me know.



Thanks,
YourPanda
 
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

YourPanda

Retired Moderator
Supreme
Feedback score
34
Posts
3,287
Reactions
1,310
Resources
0
Then change the executed command to be /upgrade, should do the trick
E:

Code:
- X: 5
Y: 3
Material:
1: '330'
Name:
1: '&8* &c&lBACK &8*'
Permission: ''
Permission-Message: ''
Lore:
- ''
Commands:
- 'player: upgrade'

That should be the replace code more or less
Already did that, the command has an alias of /upgrade or /upgrades. Either work. But I've tried both and it says unknown command.
 

Schildos

Feedback score
0
Posts
6
Reactions
1
Resources
0
A back button should work like that:
Code:
- X: 1
  Y: 2
  Material: ENDER_PEARL
  Name: '&4Back'
  Commands:
  - 'cc open main'

replace main with your menu name
that worked for me at least.
 
Status
This thread has been locked.
Top