You could also make other menus inside of menus by creating a menu, assigning an item with the cmd to open that menu then create another menu and is sign another item with the cmd to open that menu then putting the item that opens the menu you just created inside the first menu
By default all menu script commands are sent as console not as a player. The command likely needs a player to warp. If the command already has support for this e.g. /warp @p snow, you can do it that way. Alternatively you can use the /sudo [player] [command] command to perform a command as if a particular player typed it. This requires that the player has permission to perform the command. E.g. /sudo @p warp snow Please ask any future questions on the plugin page linked above.
How do you do enchantments and things such as making an item unbreakable? It just pulls up an error message for me. I'm trying to do "/menu script add /minecraft:give @p stone_sword{Unbreakable:1b} 1" and it doesn't work.
How can I add a cooldown to the time a player can use an item in a menu or just in general? Ex: You can execute a command through a certain item every 5 seconds?
Setting up prompts through CYOM is fairly straightforward. Whenever you want it to prompt the player for something, instead of just writing the argument, you place it inside {curly braces}. The text inside the curly braces is the message sent to the player with the prompt, and their response is placed directly into the command where the {curly braces} are. E.g. /tp {player to teleport} @p This will prompt the player with the text "Please enter player to teleport:", and then when they type in the name (E.g. MyFriend), it will run the command: /tp MyFriend TitaniumModeTM
Lollistic_Gaming I have never triad out that plugin but this one looks pretty easy and all you would have to do to make this plugin be a lobby compass thing is create the gui menu and then hold a compass and make the compass open the gui menu and then hold another item and using essentials go where you want your players to go when they click that item and then do /setwarp and then hold another item that you want the item they press in the menu the item that they click make it have the command
Otto Due yes, simply add a warp using essentials plugin and then create the menu and when you add an item to that menu just make that item have the /warp (the warp you set). And then BAM! They warp there!
This problem is caused by granting yourself the '*' node in your permissions managing plugin. That will grant you every permission that exists, even those that you don't want or need. You should get almost all of the permissions you need anyway simply for being an op, so there really is no reason to do this. If you insist on using the '*' node, you should read your permissions plugin documentation for information about what this entails and how to manage it. It is possible to remove a permission you have been granted elsewhere by granting yourself a negative permission. E.g "-cyom.slot.lock.*"
The coordinates you see are part of Batty's Coordinates Mod. It's since been updated and improved, and includes a bunch of useful features. Check it out here: minecraft.curseforge.com/mc-mods/59036-batty-ui
It warns me about the cyom.slot.lock node, which makes every inventory item act as a menu, when no menus are set. Can I remove this in-game? What is the command? It says something about the i.have.every.permission node, but I don't know what to do. I have to uninstall the plugin every time i try to build, and it's just disastrous. Help!
Don't worry, if you are using PermissionsEx there is an easy solution to this. You can implement negative permissions. Lets assume you have a setup like this: Rank: options: rank: '0' default: false prefix: [SomePrefix] permissions: - '*' You are part of this rank, we do as below to tell pex to give us _all_ commands. Rank: options: rank: '0' default: false prefix: [SomePrefix] permissions: - -cyom.slot.lock.* - '*' Notice the negative node is before the _every command_ node, it must be in this format for the configuration to work. :D If you are using another permissions plugin you could switch to pex (I recommend) or lookup another way to configure negative permission nodes with your desired plugin.
As I understand it, you can place the menu item in another menu, and use the command /menu grab @a[menu name]. That should give everyone on the server the item from which they can then access the desired menu. Hope that helps!
I would like to help, but that question makes no sense. If you are finding the video confusing, it may be because it was created for CreateYourOwnMenus version 0.2, and we are now at version 0.5. The /menu script command now has sub-commands, such as append/add, delete, insert, replace, title, import, export, hide, show and clear. If you want to add a line to a menu item, you can use "/menu script add".
I can assure you it does. If you need assistance then you talk to the creator of the plugin by following the link in the description. I hope you get it sorted =]
how do i make a item create a item in a menu with out making a player edit the menu? so like the click a clock and it adds a redstone block to a menu how do i do that?
***** Hi there =] This is not our plugin and we're not responsible for the development of it, we just made a spotlight video on it some time ago. If you need to know anything about the plugin or how to use certain commands/get things working, then you should go to dev.bukkit.org/bukkit-plugins/createyourownmenus/ where there is lots of information and you can ask the creator: XHawk87. I hope this helps!
Sir Encrypt Use the Plugin CraftBook, you can create different ways to activate commands with items such as Right Clicking with a compass! Whats even better is you can make cooldowns for them, and wether they override Permissions! There is also tons of other sick stuff that is included in CraftBook check it out!
You could also make other menus inside of menus by creating a menu, assigning an item with the cmd to open that menu then create another menu and is sign another item with the cmd to open that menu then putting the item that opens the menu you just created inside the first menu
By default all menu script commands are sent as console not as a player. The command likely needs a player to warp. If the command already has support for this e.g. /warp @p snow, you can do it that way.
Alternatively you can use the /sudo [player] [command] command to perform a command as if a particular player typed it. This requires that the player has permission to perform the command. E.g. /sudo @p warp snow
Please ask any future questions on the plugin page linked above.
How do you do enchantments and things such as making an item unbreakable? It just pulls up an error message for me. I'm trying to do "/menu script add /minecraft:give @p stone_sword{Unbreakable:1b} 1" and it doesn't work.
How can I add a cooldown to the time a player can use an item in a menu or just in general? Ex: You can execute a command through a certain item every 5 seconds?
they should really make an update video for this plugin -.-
yea prob
ikr (that commet is 6 years old)
Can u make a vid of how to lock a menu in your inv. Bar?
Can you make it so if you type /help the menu instantly pops up with a bunch of things? such as Commands, Rules and such?
Can you append commands like /setblock to the items in the menu?
Can i close GUI with command? Pls help
For all those asking questions about this plugin. You will get faster responses if you ask at dev.bukkit.org/bukkit-plugins/createyourownmenus/
how would i do /menu script add /warp snow? because when ever i right click it gives a list of warps and then does nothing
Is there a version of this plugin for Minecraft 1.8?
Please can you give me a hand and tell me how you set up the centre clock so it prompts you it seems rewlly interesting and somethin id love to learn
Setting up prompts through CYOM is fairly straightforward. Whenever you want it to prompt the player for something, instead of just writing the argument, you place it inside {curly braces}. The text inside the curly braces is the message sent to the player with the prompt, and their response is placed directly into the command where the {curly braces} are.
E.g. /tp {player to teleport} @p
This will prompt the player with the text "Please enter player to teleport:", and then when they type in the name (E.g. MyFriend), it will run the command:
/tp MyFriend TitaniumModeTM
AWESOME VIDEO BRO JUST SUBBED AND TURNED NOTIFICATIONS ON!!
+TheMobCave
how do you make it so when you right click the compass you comes up with the menu
+Learn Spanish Hi! If you want to do that, try SimpleGUICreator! It's easier :)
Lollistic_Gaming I have never triad out that plugin but this one looks pretty easy and all you would have to do to make this plugin be a lobby compass thing is create the gui menu and then hold a compass and make the compass open the gui menu and then hold another item and using essentials go where you want your players to go when they click that item and then do /setwarp and then hold another item that you want the item they press in the menu the item that they click make it have the command
I recommend ChestCommands these days
wen i do /menu script /trail it don't work plz do a reviw of the niewest version
how do you teleport people with that plugin
The special menu items like /requirepermission dosnt work! HELP PLZ
How do you set the start gear?
how do i make it to where players start out with a menu and cant through it out
how did you do entry a vated time
Where are the perms?
Hello, how do i give players permission to open the menus?
Can you do a warp menu
Otto Due yes, simply add a warp using essentials plugin and then create the menu and when you add an item to that menu just make that item have the /warp (the warp you set). And then BAM! They warp there!
The /menu script is not working, plz help!
i create menu how add command for item??...
How have you done that server? Where?, I want to also have a Bukkit Server over there so I could do / CN: D
How do you edit a thing its not working help!!!!
How to teleport people with that Plugin???
Ugh, how do I Make a menu scripted item into the menus.
Como faço para remover a mensagem: "Este não é um item de menu válido"
How do u get ried of the cyom.slot.lock how can u remove that thats what gets me stuck
This problem is caused by granting yourself the '*' node in your permissions managing plugin. That will grant you every permission that exists, even those that you don't want or need. You should get almost all of the permissions you need anyway simply for being an op, so there really is no reason to do this.
If you insist on using the '*' node, you should read your permissions plugin documentation for information about what this entails and how to manage it. It is possible to remove a permission you have been granted elsewhere by granting yourself a negative permission. E.g "-cyom.slot.lock.*"
ok thanks i removed the '*' from my group manger
How do you have te coords in the minecraft panel ?? its a mod??? or a plugin??
The coordinates you see are part of Batty's Coordinates Mod. It's since been updated and improved, and includes a bunch of useful features. Check it out here: minecraft.curseforge.com/mc-mods/59036-batty-ui
Thank you and another question ¿you now the name of a mod thath makes the color codes apears on the window?? *****
Can you add multiple commands to a block?
yes
Can i Make It So You Can Right Click And It Would Open Up A Menu?
Sloth yes
Do a big Hypixel Tutorial. CompassNavigation, Magic Clock, Pets, Achivements etc.
Cool idea =] I'm not very well acquainted with Hypixel, I might have to start playing it a bit more ;)
***** Can you link the textures you have for the bows and arrows?
i know how to do it...if u want me to tell u just reply
It warns me about the cyom.slot.lock node, which makes every inventory item act as a menu, when no menus are set. Can I remove this in-game? What is the command? It says something about the i.have.every.permission node, but I don't know what to do. I have to uninstall the plugin every time i try to build, and it's just disastrous. Help!
Don't worry, if you are using PermissionsEx there is an easy solution to this. You can implement negative permissions. Lets assume you have a setup like this:
Rank:
options:
rank: '0'
default: false
prefix: [SomePrefix]
permissions:
- '*'
You are part of this rank, we do as below to tell pex to give us _all_ commands.
Rank:
options:
rank: '0'
default: false
prefix: [SomePrefix]
permissions:
- -cyom.slot.lock.*
- '*'
Notice the negative node is before the _every command_ node, it must be in this format for the configuration to work. :D
If you are using another permissions plugin you could switch to pex (I recommend) or lookup another way to configure negative permission nodes with your desired plugin.
I'm going to try it, I'm not the best at PEX, (I have a staff member for that but he's on vacation) but I will certainly try it. Thank you!!
You're welcome. It's not very difficult to use if you have a base template!
How do u make it so u can click on an item and teleport
JAMIE THE WALRUS SAVE HIM WITH YOUR WALRUS POWERS
Still good in 2023
How do I download this
how to give this item automatically when you logged in ? reply please ASAP
Did you ever find out?
@@parkiel54 wow, 4 years later and you're asking @Terrenz Marquez that.
GD Fox yeah
so i did /menu script add /tempban $1 1d and it says player not found help
Try /menu script add /tempban {PLAYER} 1d
Jaiden Brown thanks!
Why i can't use /warp ?
Because its all based off the console and the console cant warp somewhere lol
You have to do /sudo @p/warp
+RazzBurrMC - VFX & Minecraft this wouldn't work if they didn't have permission to use the command in the first place.
do /menu script add /warp @p
How would you give the menu item to all players?
As I understand it, you can place the menu item in another menu, and use the command /menu grab @a[menu name]. That should give everyone on the server the item from which they can then access the desired menu. Hope that helps!
***** Hii,Can you help me??? I don't now how to give to a simple players
a item who open a menu. Pls help
Diamantblue _
Lol... /menu script append /give @p(for example)137
Welsh_Warrior6
It Says A okayer has to use thus
THANKS MAN :D LOVE YA VIDEOS
Is there a way to ban players with this?
great video guys!
help me I do not do the command /menu script
I would like to help, but that question makes no sense.
If you are finding the video confusing, it may be because it was created for CreateYourOwnMenus version 0.2, and we are now at version 0.5. The /menu script command now has sub-commands, such as append/add, delete, insert, replace, title, import, export, hide, show and clear. If you want to add a line to a menu item, you can use "/menu script add".
do /menu script add [command]
to open use the menu
No entendi nada, pongan subtitulos en español please!
IT DOSENT WORK FOR ME!!?!!?! D:
Are you german?
The command is /menu script append /say lel omg sååå mad m8
Merci
command for the menu open by item /menu script add /menu open @p (menu name) !!
I LOVE THIS U KNOW WHY THE OTHER ONES ARE CODING I DONT LIKE CODING :D
it doesnt work......
I can assure you it does. If you need assistance then you talk to the creator of the plugin by following the link in the description. I hope you get it sorted =]
YA HE'S RIGHT THE NEWEST BUILD DOES NOT WORK
k thx
i still think ChestCommands is better
400th sub!!!!!!!!!!
عربي
Clocky clock? Really?? XD
Wait Nvm
Posch!
@Lab lb
You can add the tp command to a menu item by holding it in your hand and typing: /menu script add /tp @p [x] [y] [z]
its called Custom Graphical User Interface (GUI), not menu
Guys do /i compass Name:&bNavigator
Then
/menu script
poop
like you
booooooriiing
how do i make a item create a item in a menu with out making a player edit the menu? so like the click a clock and it adds a redstone block to a menu how do i do that?
I need help. So i took away the perm to use the kit basickit. they cant use /kit basickit in chat. but when they go in the menu they can use any kit
GreatHavoc you need to restrict them from using that button by using the gui plugins perms.
How did you do the teleporting thing
how do you make the converge
how do u install it after u have it?
The /menu script is not working, plz help!
***** Hi there =] This is not our plugin and we're not responsible for the development of it, we just made a spotlight video on it some time ago. If you need to know anything about the plugin or how to use certain commands/get things working, then you should go to dev.bukkit.org/bukkit-plugins/createyourownmenus/ where there is lots of information and you can ask the creator: XHawk87. I hope this helps!
+Nyonblade you must make /menu script add [command]
ITS OUT DATED XD do /menu script add mate
they should really make an update video for this plugin -.-
HOW CAN YOU MAKE IT SO YOU CAN GET THE NETHER STAR AT THE START OF THE SERVER
How to you link a command with an Item.
Sir Encrypt Use the Plugin CraftBook, you can create different ways to activate commands with items such as Right Clicking with a compass! Whats even better is you can make cooldowns for them, and wether they override Permissions! There is also tons of other sick stuff that is included in CraftBook check it out!