Lightweight permissions plugin?

Status
This thread has been locked.

Chapo

Banned
Feedback score
0
Posts
123
Reactions
43
Resources
0
I'm not paying anybody for this, I understand it is the marketplace although there is no other section to ask for help on plugins. Maybe the shoutbox although it isn't open for blacks
<!> <!> <!>
Hello.
I'm making a VERY lightweight hardcore server, that is going to hopefully be consuming most of my time.
I've been working on a custom terrain warzone for 3 days & more, but besides the point
Is there any good plugin to configure permissions? As I said, lightweight, just want colored names & no [VIP] before peoples names.
So if you have anything for me, then please leave it in a reply,
no Essentials plugins please.
 
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

Chapo

Banned
Feedback score
0
Posts
123
Reactions
43
Resources
0
^bump
 
Banned forever. Reason: Scamming (https://builtbybit.com/threads/chapo-scam-report.124714/)

Chapo

Banned
Feedback score
0
Posts
123
Reactions
43
Resources
0
Use Pex, nothing can beat that.
I tried, but no hope. Do you know a half DECENT tutorial?
The part that isn't working - I get the permissions part & commands etc, although
my name or nothing changes in chat. I'm wondering why this is happening.
[I want it to change to a different color]
Do I need a chat plugin?
 
Banned forever. Reason: Scamming (https://builtbybit.com/threads/chapo-scam-report.124714/)

TheNewTao

Java Developer
Premium
Feedback score
0
Posts
654
Reactions
274
Resources
0
I tried, but no hope. Do you know a half DECENT tutorial?
The part that isn't working - I get the permissions part & commands etc, although
my name or nothing changes in chat. I'm wondering why this is happening.
[I want it to change to a different color]
Do I need a chat plugin?
Try googling Pex prefixes
 

Chapo

Banned
Feedback score
0
Posts
123
Reactions
43
Resources
0
Try googling Pex prefixes
Why doesn't this work? I want to work from this to make myself admin via commands & then configure the default's permissions
groups:
Member:
permissions:
- *
options:
build: true
prefix: '&7| &f '
default: true
 
Banned forever. Reason: Scamming (https://builtbybit.com/threads/chapo-scam-report.124714/)

TheNewTao

Java Developer
Premium
Feedback score
0
Posts
654
Reactions
274
Resources
0
Maybe this example will help you, make sure you have the right spaces

Code:
groups:
  Default:
    options:
      default: true
    permissions:
    - modifyworld.*
  Admin:
    options:
      prefix: '&0(&4Admin&0)&7 '
    permissions:
    - permissions.*
users:
  YourPlayerName:
    group:
    - Admin
    permissions:
    - permissions.*
 

Chapo

Banned
Feedback score
0
Posts
123
Reactions
43
Resources
0
Maybe this example will help you, make sure you have the right spaces

Code:
groups:
  Default:
    options:
      default: true
    permissions:
    - modifyworld.*
  Admin:
    options:
      prefix: '&0(&4Admin&0)&7 '
    permissions:
    - permissions.*
users:
  YourPlayerName:
    group:
    - Admin
    permissions:
    - permissions.*
No hope with prefixes or anything with my name, used the exact code you parsed.
(Changed my name in the config ofcourse)
http://prntscr.com/9xgqim
 
Banned forever. Reason: Scamming (https://builtbybit.com/threads/chapo-scam-report.124714/)

Kek123

Feedback score
1
Posts
61
Reactions
34
Resources
0
No hope with prefixes or anything with my name, used the exact code you parsed.
(Changed my name in the config ofcourse)
http://prntscr.com/9xgqim

You will need a plugin like essentials chat for any of the chat formatting via pex.

Download essentials chat from here then drag it into your plugins folder and you should be good:

https://hub.spigotmc.org/jenkins/job/Spigot-Essentials/

9cff1b05a17dfe0605fa4f4d9022fd49.png
 

YourPanda

Retired Moderator
Supreme
Feedback score
34
Posts
3,287
Reactions
1,310
Resources
0
I can probably set this up for you. From what I can see you don't quite know what you are doing when it comes to pex. So, Let me get this straight. You are looking for basically prefix's but, you don't want like [VIP] As a prefix. <-- No donor names per say, However, you would like a staff prefix? Please confirm on what you want and send me your config and permissions.yml for pex and I think I can do this for you!
 

Chapo

Banned
Feedback score
0
Posts
123
Reactions
43
Resources
0
Banned forever. Reason: Scamming (https://builtbybit.com/threads/chapo-scam-report.124714/)

Chapo

Banned
Feedback score
0
Posts
123
Reactions
43
Resources
0
I can probably set this up for you. From what I can see you don't quite know what you are doing when it comes to pex. So, Let me get this straight. You are looking for basically prefix's but, you don't want like [VIP] As a prefix. <-- No donor names per say, However, you would like a staff prefix? Please confirm on what you want and send me your config and permissions.yml for pex and I think I can do this for you!
Basically, I don't want any prefixes at all, just color names so for example: defaults = &7 or admins &c
 
Banned forever. Reason: Scamming (https://builtbybit.com/threads/chapo-scam-report.124714/)

YourPanda

Retired Moderator
Supreme
Feedback score
34
Posts
3,287
Reactions
1,310
Resources
0
Basically, I don't want any prefixes at all, just color names so for example: defaults = &7 or admins &c
Ah, understood, I can do that for you, however, you will need essentials chat.
 

Chapo

Banned
Feedback score
0
Posts
123
Reactions
43
Resources
0
Ah, understood, I can do that for you, however, you will need essentials chat.
Yes. I just put essentials chat into my plugins folder, & for some reason still doesn't work.
ALTHOUGH maybe I am incorrectly using permissions.yaml
Thanks a lot for helping me :) I'll be waiting for the config
<3
 
Banned forever. Reason: Scamming (https://builtbybit.com/threads/chapo-scam-report.124714/)

RockinMC

Feedback score
1
Posts
188
Reactions
67
Resources
0
Just set the prefixes to '&0'. Of course not 0, you put the color that you want :p
It's easier to do this ingame, with the commands:
/pex group <name> create
/pex group <name> prefix &0 (or to have spaces /pex group <name> prefix "&0 ")
/pex group <name> add permissions.* (add permissions)
 

Chapo

Banned
Feedback score
0
Posts
123
Reactions
43
Resources
0
Just set the prefixes to '&0'. Of course not 0, you put the color that you want :p
It's easier to do this ingame, with the commands:
/pex group <name> create
/pex group <name> prefix &0 (or to have spaces /pex group <name> prefix "&0 ")
/pex group <name> add permissions.* (add permissions)
http://prntscr.com/9xh1y6
All I can think of now is that my essentials chat is not installed, but the jar file is in my plugins folder
Check this screenie
http://prntscr.com/9xh2rn
 
Banned forever. Reason: Scamming (https://builtbybit.com/threads/chapo-scam-report.124714/)

YourPanda

Retired Moderator
Supreme
Feedback score
34
Posts
3,287
Reactions
1,310
Resources
0
Status
This thread has been locked.
Top