-
Notifications
You must be signed in to change notification settings - Fork 23
Home
Shine is a modular administration mod for Natural Selection 2 and NS2: Combat.
The Steam Workshop mod ID for Shine is: 706d242 for Natural Selection 2, and 13f20431 for NS2: Combat.
Please report all bugs either on the Workshop page or preferably here.
Commands in Shine are prefixed by sh_. This sets them apart from other mods and the builtin commands of NS2.
Shine's user system works on an immunity system. Players are given an immunity number, guests have immunity 0 and can be targeted by anyone with a named rank. Ranks can target only those with immunity lower (or equal if you set it) to their own.
You may configure as many ranks as you like, and can either give them a list of commands they can use, or a list of commands they can't use.
For information on configuring Shine and its plugins, see the links below.
The latest changes to the mod will be listed here or on the workshop's change notes page.
To load the mod, add -mods "706d242"
to your server's launch options. If you have other mods already there, then simply add the ID on the end, e.g. -mods "aa8da06 706d242"
.
Also ensure in your MapCycle.json file, there is a "mods" entry, and that the ID is also there, i.e
"mods": [ "706d242" ]
Shine has two base configuration files, BaseConfig.json and UserConfig.json. They are explained in the pages below. Plugins have their own configuration files stored separately.
These are all the plugins that are shipped with Shine.
- Adverts
- AFK Kick
- Badges
- Bans
- Base Commands
- Commander Bans (NS2 only)
- Fun Commands
- Improved Chat
- Logging
- Map Vote
- Message of the Day
- Name Filter
- Ping Tracker
- Pregame (NS2 only)
- Ready Room
- Reserved Slots
- Round Limiter
- Server Switch
- Tournament Mode (NS2 only)
- Unstuck
- User Management
- Vote All Talk
- Vote Draw
- Vote Shuffle
- Vote Surrender
- Welcome Messages
- Workshop Updater
If you wish to contribute to the mod, feel free to send in pull requests. Please try to follow the style guide.
To add a new language translation, see this page for information:
If you want to create plugins for Shine, see these pages.