[unsupported Guide] PEX quick command reference

Ok, i put
Forge v11.14.3.1562
sponge forge-1.8-1561-2.1-DEV-808
There is no downloading Forge 1561
When I start the server is so: http://pastebin.com/8uvsszer

And now my permission.json so: http://pastebin.com/qkNsNRYN
I think everything is working … Maybe …

Is there a way to hide this for the player? /—>TAB: http://s9.postimg.org/b56cwnm4f/2015_11_12_16_23_27.png

Players should be only shown the commands they have permission to use AFAIK

1 Like

As? Have you seen my permission.json?

FML has found a non-mod file IVsEVs-1.7.10-3.2.0.jar in your mods directory.
^ I don’t think this is supposed to be there?

Looks like MinecraftGUI crashed in your latest logfile.

I had put in mods folder and then removed

EDIT: You’re right, my error

EDIT: Error Catchrate: http://pastebin.com/6AJGQgjU
Use: pixelextras.command.catchrate

I’m losing hope :cry:

Hey,

what are the permissions for the pex commands. I want that my Team can add Player to a Group but only to that Special Group and no other. Thanks.

use /pex debug and then the command type the command you want to know the permission of and it will be printed as part of a debug message in console, remember to use it again to turn it off

Thanks :smile:
I will test it later.

How allow all commands ? (sorry i don’t remember :frowning: )

/pex user Darktilldawn def true
/pex group Owner def true

thanks guy :smile:

i shall update posts once i get home in a few days (i have little time and even less internet power atm) as it seems using less than and greater than symbols now hides text between them

i have updated the OP with the full command arguments and i tested to make sure it worked

Hey i’ve used your guide, but i can’t seen to get it going. the server starte without any errors but i don’t receive any permissions or the prefix?

i am running spongevanilla 175 and permissionsex 107

my permissions.json file:

{
    "subjects": {
        "default": {
            "default": [
                {
                    "contexts": {
                        "srcip": "127.0.0.1"
                    },
                    "permissions-default": 1
                }
            ],
            "user": [
                {
                    "parents": [
                        "group:Default"
                    ]
                }
            ]
        },
        "group": {
            "Default": [
                {
                    "permissions-default": -1
                }
            ],
            "Trainer": [
                {
                    "options": {
                        "prefix": "&7[&4Trainer&7]"
                    },
                    "permissions-default": 1,
                    "parents": [
                        "group:Default"
                    ]
                }
            ]
        },
        "user": {
            "CAKEis4REAL": [
                {
                    "parents": [
                        "group:Trainer"
                    ]
                }
            ]
        }
    },
    "schema-version": 4,
    "rank-ladders": {
        "default": [
            "group:Trainer"
        ]
    }
}

did you do it manually or while you were not logged in? cos you should be identified by your UUID and your name should be an option

This was done using commands from the backend console while i was afk ingame.

well delete
"CAKEis4REAL": [ { "parents": [ "group:Trainer" ] } ]
and then try again (obviously if your server is running you will have to either restart it or do /pex reload)

First thing… THANK YOU for the hard work it’s taken to get Pex this far :wink: It’s a fantastic plugin. :smiley:
My problem… okay… just installed pex everything is running fine… did the creating the Admin group, put myself in it… but umm… I try to do the gamemode command and the game tells me I don’t have permission… I’m also opped on my server fyi… Anyone have any idea?

PEX overrides the /op permissions, You’ll need to do /pex group Admin def true, to give it all permissions unless they are false in the default ladder

I did… Everything looked exactly as they do in the guides… I figured it out though… I stopped and restarted the server… logged in and boom… it worked… I thought making changes or addiions would be live (I did them through the console)
By the way… THANK YOU for trying to help, appreciate it :smiley: