🔑 PermissionsEx v2.0 [API 5]

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.

1 Like

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

  1. there is no create option
  2. there’s no point in having a group without anything specified
  3. read my guide linked above by @Peav :wink:
1 Like

/pex group Admin option prefix "&8[&4Admin&8]&f "

@Peav post the command list you wrote for our server! :wink:

1 Like

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.

1 Like

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)

3 Likes

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.