Numerous commands have console support. I need specific ones that do not work in console to fix it…
Yes./setname is for items
world alias is like Multiverse’s
and show the world alias in chat
@HassanS6000 do you think you could add a command such as /commandalias [Current Command] [Command alias] to allow for users to change a command or add another compatible command to existing ones. And also if you could add a /blockcommand [command] to disable users from using specific commands (not permissions), such as for plugins without permissions or for commands you can blacklist with pex
Sorry for barging you with suggestions but remember when @MoeBoy76 said this? [quote=“MoeBoy76, post:404, topic:8576”]
if someone has minecraft.command then they have access to all Minecraft commands, minecraft will give all commands and access to CommandBlocksthe same thing works for all other permissions, so essentialcmds.warp should give access to all warps in the same way a wildcard works
[/quote]
Could it be possible if you can change your permissions to something like essentialcmds.warp.use.<warp>
Because if I use the Wildcard, (essentialcmds.warp
), it gives them access to all the warps, but it also allows them to delete, create, ect.
So if you would, can you change your warp permissions to something like:
essentialcmds.warp.use.<name>
So the Wildcard to all warps can be:
essentialcmds.warp.use ?
Thanks!
All right, thanks for the info.
Okay, will do soon
Sure, it seems like a good idea. Will fix this soon.
/blacklist for blocks?
Will do soon
Release v7.4:
Tested on SpongeForge 1141
Changes:
- Updated warp-specific permissions to
essentialcmds.warp.use.<warp>
- Added lore commands :
/lore add
,/lore remove
, and/lore set
- Added
/setname
- Added
/helpop
- Bug fixes with Updatifier compatibility.
Commands:
-
/lore set <lore>
- Sets the lore of the item in your hand - supports color codes as well as multiple lines separated by a comma. For example,/lore set &5This,&6Is,&aLore
results in:
-
/lore add <lore>
- Adds the specified line of lore to the item in your hand. It also supports color codes. -
/lore remove <number>
- Removes the specified line number of lore. -
/setname <name>
- Sets the name of the item in your hand - supports color codes. -
/helpop <question>
- Used by players to ask server admins/moderators for help.
Permissions:
essentialcmds.lore.set
essentialcmds.lore.add
essentialcmds.lore.remove
essentialcmds.setname.use
essentialcmds.helpop.use
essentialcmds.helpop.receive
You missed that Updatifier finally works with EssentialCmds
When I use this mod it prevents commands from being logged to the Rcon. Any fix for this?
Posted in the Github.
Can you add the option to use coordinates on the original tp command? I want to use command blocks but this way I can’t make it so it will also work on vanilla
Okay. Until I’m done, I suggest using minecraft:tp
in the command block.
Oh thanks! Never knew that worked for commands
I am having a problem. i cannot seem to give players permissions to use warps such as “wild1” and “wild2”, i gave them permissions such as (“essentialcmds.warp.use”: 1,) and ( “essentialcmds.warp.use.wild1”: 1 ) please help and tell me what i’m doing wrong. http://pastebin.com/UWwqxaiH
the permission essentialcmds.warp.use
allow the use of /warp
and essentialcmds.warp.wild1
will allow them to use /warp wild1
, @HassanS6000 is going to change it to essentialcmds.warp.use.<warp name>
i know what they do. i am just confused on why my players get the “you do not have permission to use this command” as their response.