xPermissions | Permissions System

Status
This thread has been locked.

Freddie

Supreme
Feedback score
7
Posts
171
Reactions
28
Resources
0
I'm selling my new permissions system, it works really well, I'm going to add SQL support aswell, although it is flatfile at the moment.

Commands:
Ranks (Main Command)
- Create (Create a rank)
- Delete (Remove a rank)
- Help (Lists all commands on the rank system)
- Permission (add and remove) - Remove a permission from a rank, or add a perm to a rank
- SetPrefix (set a ranks prefix)
- SetRank (set a players rank)

Update: added inheritance

Code:
chat-format: true
messages:
  no-permission: '&cNo Permission'
  primary-color: '&2'
  secondary-color: '&7'
  created-rank: '&7Successfully created the rank &2%rank%'
  deleted-rank: '&7Successfully removed the rank &2%rank%'
  reloaded-config: '&7Successfully reloaded the config.'
  set-players-rank: '&7Successfully set &2%player% &7rank to &2%rank%'
  set-ranks-prefix: '&7Successfully set &2%rank% &7prefix to &2%prefix%'
  added-permission: '&7Successfully added the permission &2%permission% &7to the rank
    &2%rank%'
  removed-permission: '&7Successfully removed the permission &2%permission% &7from
    the rank &2%rank%'
permissions:
  rank:
    create: command.rank.create
    setrank: command.rank.set
    setprefix: command.rank.setprefix
    permissions: command.rank.permissions.manage
ranks:
  default:
    name: default
    prefix: '&7'
  Owner:
    prefix: '&8[&4Owner&8]&4'
    name: Owner
    permissions:
    - command.rank.create
users:
  Woodlouse:
    rank: Owner

59f3b0c75a8b376ee12d4c000f65fba6.png
0fab936c6144af5d02b0cde7e51980fc.png

2b935f5fb6d9613aabfa74eb656df76a-png.jpg

Prices:
Jar (With Updates): $7.50
SRC (No Updates): $15
SRC (With Updates): $30

Contact me on discord: FreddieJLH#0001
Or join my server: https://discord.gg/92zrfdH
 
Last edited:
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

Fawks

Director @ Synx Games
Supreme
Feedback score
25
Posts
836
Reactions
742
Resources
0
No offence, but why would anyone want to buy this when LuckPerms, which is much more versatile and supported by hundreds of plugins with many more features, or a permissions system which you haven't even shown working
 

Freddie

Supreme
Feedback score
7
Posts
171
Reactions
28
Resources
0
No offence, but why would anyone want to buy this when LuckPerms, which is much more versatile and supported by hundreds of plugins with many more features, or a permissions system which you haven't even shown working
I understand that people may want to use other systems, but if they want something custom this is something that they could go for, I will post proof of it working
 

Mendrix

hehe
Supreme
Feedback score
8
Posts
480
Reactions
192
Resources
0
Why make a jar with updates cost extra? I don't think I've seen anyone do that? Just curious.
 

Freddie

Supreme
Feedback score
7
Posts
171
Reactions
28
Resources
0
Why make a jar with updates cost extra? I don't think I've seen anyone do that? Just curious.
I will remove, don't know why i did it tbh.[DOUBLEPOST=1589572121][/DOUBLEPOST]making it sql now
 
Last edited:

Fawks

Director @ Synx Games
Supreme
Feedback score
25
Posts
836
Reactions
742
Resources
0
Should probs not do sql tbf its laggy

If you have any knowledge of using MySQL with minecraft, you'd know that there's no detrimental performance loss when accessing databases and wouldn't affect players experience
 
Status
This thread has been locked.
Top