thanks so much, it was weird. no error showed up in the parserâŚ
I think you mightâve posted this to the wrong thread â PEX doesnât handle teleportation.
Oh sorry I meant to post it in the essential forum
Hi, zml!
Tellme, how to add a few houses, you can create a specific group?
if you are using EssentialCmds you do /pex group Default options homes 3
and obviosly replace âDefaultâ with your group name
OK! Thanks, bro!
using essentialscmd and trying to get warp and tpa functionality in a personal server with some friends. with this permissions.json /tpa works but the actual /warp does not. default users canât actually warp to things even though they can set warps. /warps also says page 1 is too high, which is strange because me with default 1 permission can see the list fine.
youâre giving the default group access to warp commands specifically but not giving permission for actual warps, which is why that error occurs with /warps
as it has nothing to list, either give them essentialcmds.warp
or essentialcmds.warp.<warp name>
to specify each warp
oh ok Iâll try that later today, I had a misconception and thought essentialcmds.warp.use
had the functionality of essentialcmds.warp
. new to the whole permissions management thing and it wasnât listed in the permissions list on the essentialscmd page so I guess it wasnât obvious for me enough. thanks
I installed pex on my server and when i use pex group Admin create in console it says this:
06.02 23:34:47 [Server] Server thread/INFO Usage: /pex [debug|reload|import|ranking|[âcontext|âcontexts|-c] [-transient] subject permission-default|delete|options|info|permission|parents|[-transient] subject-type list [filter]]
what should i do?
This helped me out when I started
- there is no create option
- thereâs no point in having a group without anything specified
- read my guide linked above by @Peav
/pex group Admin option prefix "&8[&4Admin&8]&f "
@Peav post the command list you wrote for our server!
Does anyone know what the permission is for the /me command. I am trying to block it as players are using it to get around the chat filter.
minecraft.command.me
if I remember correctly.
if it isnât what @JBYoshi said then do /pex debug
then /me
and console will print the permission (do /pex debug
again to turn off debug)
I added âminecraft.command.meâ: -1 but they can still use the command, any other ideas?
Maybe you have another plugin that provides /me
â do what @MoeBoy76 suggested.
I did that, and that was the permission it used.