Discord
(Due to China firewall,can't access Discord.Contact me via PM or e-mail is recommended)
Email: [email protected]
VipSystemEx(Due to China firewall,can't access Discord.Contact me via PM or e-mail is recommended)
Email: [email protected]
Description
VipSystemEx can do you a favor to manage the Vip of your server. The plugin supports permanent, timed, switchable vip group.
VipSystemEx use cached MySQL or SQLite with indexes as database, supporting enable/disable connection pool(default on), which ensures the compatibility and the efficiency.
Commands
Instructions
Fundamental Usage
Preparations
Install the plugin to server,and restart.
You don't need to configure the default group.The plugin will set the default group automatically according to your permission plugin.
Create a vip group named as vip for example.
Note: If you have installed previous version of VipSystem, the data will be imported from the old version.
Give Vip
Assuming that the player to be given vip is Test.You need to give Test a 30-day vip group.
Use the command /vipsys give Test vip 30d
The player can use /vipsys me to check himself vip detail.
To remove vip, use/vipsys remove Test.
Placeholder
If you need to use placeholder provided by VipSystemEx, you need to install plugin PlaceholderAPI.
Use command/papi ecloud download vipsystemto load extension.
Then you can use the placeholders.
Below are the mappings.
Advanced Usage
Language
The plugin has two languages,Chinese & English, built-in.You can set lang to zh_CN or en to switch languages.
You can also customize your language,set lang to your own language,reload the plugin,and the plugin will generate a new file named as what you set in folder messages copying from en.yml. You can edit it as you wish.
UUID Mode
If you enabled online mode
It is recommended to apply uuid: true
Database
The plugin use HikariCP as database to connect SQLite database as default.If you don't have special needs, you can ignore the section.
If the plugin goes wrong when enabling, you need to set usePool to false
If you need to use MySQL,you can set useMySQL to true and configure the jdbc address below.
Global Vip
If you are using GroupManager, you need not to modify the section without special intention.
If you are using PermissionsEx, in case the vip cannot be applied to all the worlds, you need to set isGlobal to false
If the problem still occurs, you need to add all you worlds in worlds
Code (Text):
worlds:
- world
- world_nether
- world_the_end
- world
- world_nether
- world_the_end
You can define the command to be executed when activating/disabling the vip.
Code (YAML):
customCommands:
vip:
activate :
- 'say {0 } has activated vip!'
- 'give {0 } minecraft:diamond'
expire :
- 'say {0 } is no longer a vip'
svip:
activate :
- 'say {0 } has activated svip!'
- 'give {0 } minecraft:diamond'
expire :
- 'say {0 } is no longer a svip'
vip:
activate :
- 'say {0 } has activated vip!'
- 'give {0 } minecraft:diamond'
expire :
- 'say {0 } is no longer a vip'
svip:
activate :
- 'say {0 } has activated svip!'
- 'give {0 } minecraft:diamond'
expire :
- 'say {0 } is no longer a svip'
Code (YAML):
say
{0
} has activated vip!
give {0 } minecraft:diamond
give {0 } minecraft:diamond
Code (YAML):
say
{0
} is
no longer a vip
If you don't need the function, you can delete it.
API
You can use VipSystemAPI.getInstance() to get the instance of VipSystemAPI
Javadoc is on the way.
For the website version of introduction ,please visit https://gitee.com/Soldier233/VipSystemRecode/blob/master/README.en.md
Quick facts
- Edition: Minecraft Java
- File type: .jar
- Minecraft versions listed: 1.7, 1.8, 1.9
- How to install: Install the matching mod loader (Forge, Fabric or NeoForge) for your Minecraft version. → Download the .jar. → Put it in the .minecraft/mods folder and launch that loader profile.
- Where to get it: Opens on Spigot — not every file is mirrored on our own servers.
Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.
VipSystem is a free Minecraft Java mod. Compatible with Minecraft 1.7, 1.8, 1.9, 1.10 and newer. Downloaded 5,816 times (via Spigot). Download it and open it directly in the game.