Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

EvolutionPlugins/PermissionExtensions

Open more actions menu

Repository files navigation

Permission Extensions

Add support prefix, suffix, and color for OpenMod/Unturned!

Nuget Nuget Discord

How install/update plugin

Run command openmod install DiFFoZ.PermissionExtensions. After installing reload openmod or restart the server.

How change prefix/suffix or color

Open the file openmod.roles.yaml. You would see new data appeared in all roles (color, prefix, and suffix).

  • Color: you can see about it here. Example:
color: Blue
  • Prefix: adds a prefix to the nickname at the start. Example:
prefix: "[Police] "
  • Suffix: adds a suffix to the nickname at the end. Example:
suffix: " [IV]"

Example how will be look openmod.roles.yaml:

roles:
- id: policeBase
  priority: 0
  parents:
  - default
  permissions:
  - CuffPlugin:commands.cuff
  - Kits:kits.policeWeapon
  - Kits:kits.policeClothes
  displayName: PoliceBase
  data:
    color: "#5061cf"
    prefix: "[Police] "
    suffix: ""
  isAutoAssigned: false
- id: police
  priority: 5
  parents:
  - policeBase
  permissions:
  - !Kits:kits.policeClothes
  - Kits:kits.policeClothesIV
  - Kits:kits.policeIV
  displayName: Major
  data:
    color: Blue
    prefix: "[Police] "
    suffix: " [IV]"
  isAutoAssigned: false
  
...

At the end nickname will be [Police] %PlayerName% [IV].

All available colors

Colors

Also, you can use hex colors. Just set the color to e.g.

color: "#2ed264"

Support

You can get support in my discord server Discord

About

Add support prefix, suffix, and color for OpenMod/Unturned!

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

Morty Proxy This is a proxified and sanitized view of the page, visit original site.