About RPGSystem
The classic "RPG" plugin. A beautiful, minimalist plugin that diversifies the farm on your server. Full customization of each skill from the name to each picture
Features
- Nice user interface
- Plugin Optimization
- Full customization of each element
- Autowipe with wipe ( optionally )
- Selective configuration language ( RU, EN )
Permission
rpgsystem.loggermax - Privilege for issuing the maximum rate for the "LOGGER" skill
rpgsystem.minermax - Privilege for issuing the maximum rate for the "MINER" skill
rpgsystem.huntermax - Privilege for issuing the maximum rate for the "HUNTER" skill
rpgsystem.allmax - Privilege for issuing the maximum rate for all types of skills
Config
EN
{
"RPG Main Settngs": [
{
"The name of the RPG": "LOGGER",
"Type RPG": 1,
"Max Rate ( Example: 4.5 )": 2.0,
"Max Hits ( Example: 65000 )": 1500,
"Permission to issue the maximum rate": "rpgsystem.loggermax",
"Settings Image": {
"Image": "https://i.imgur.com/L2FajS5.png",
"Color ( HEX )": "#FFFFFF",
"Opacity ( 0 - 100 )": 40,
"Background picture": "https://i.imgur.com/W51xSJw.png"
}
},
{
"The name of the RPG": "MINER",
"Type RPG": 2,
"Max Rate ( Example: 4.5 )": 1.5,
"Max Hits ( Example: 65000 )": 3500,
"Permission to issue the maximum rate": "rpgsystem.minermax",
"Settings Image": {
"Image": "https://i.imgur.com/GkG4ZFy.png",
"Color ( HEX )": "#FFFFFF",
"Opacity ( 0 - 100 )": 40,
"Background picture": "https://i.imgur.com/JtsMBFX.png"
}
},
{
"The name of the RPG": "HUNTER",
"Type RPG": 3,
"Max Rate ( Example: 4.5 )": 3.0,
"Max Hits ( Example: 65000 )": 500,
"Permission to issue the maximum rate": "rpgsystem.huntermax",
"Settings Image": {
"Image": "https://i.imgur.com/QGYVHFC.png",
"Color ( HEX )": "#FFFFFF",
"Opacity ( 0 - 100 )": 40,
"Background picture": "https://i.imgur.com/jvrCv4g.png"
}
}
],
"Permission to issue the maximum rate of all types of RPG": "rpgsystem.allmax",
"Wipe data ?": true,
"Verison Configuration": {
"Major": 1,
"Minor": 0,
"Patch": 0
}
}
RU
{
"Основная настройка РПГ": [
{
"Название РПГ": "LOGGER",
"Тип РПГ": 1,
"Максимальный рейт ( Пример: 4.5 )": 2.0,
"Максимальное количество хитов ( Пример: 65000 ) ": 1500,
"Пермишенс для выдачи максимального рейта данного типа РПГ": "rpgsystem.loggermax",
"Настройка картинки": {
"Картинка": "https://i.imgur.com/L2FajS5.png",
"Цвет картинки ( HEX )": "#FFFFFF",
"Прозрачность ( 0 - 100 )": 40,
"Картинка заднего фона": "https://i.imgur.com/W51xSJw.png"
}
},
{
"Название РПГ": "MINER",
"Тип РПГ": 2,
"Максимальный рейт ( Пример: 4.5 )": 1.5,
"Максимальное количество хитов ( Пример: 65000 ) ": 3500,
"Пермишенс для выдачи максимального рейта данного типа РПГ": "rpgsystem.minermax",
"Настройка картинки": {
"Картинка": "https://i.imgur.com/GkG4ZFy.png",
"Цвет картинки ( HEX )": "#FFFFFF",
"Прозрачность ( 0 - 100 )": 40,
"Картинка заднего фона": "https://i.imgur.com/JtsMBFX.png"
}
},
{
"Название РПГ": "HUNTER",
"Тип РПГ": 3,
"Максимальный рейт ( Пример: 4.5 )": 3.0,
"Максимальное количество хитов ( Пример: 65000 ) ": 500,
"Пермишенс для выдачи максимального рейта данного типа РПГ": "rpgsystem.huntermax",
"Настройка картинки": {
"Картинка": "https://i.imgur.com/QGYVHFC.png",
"Цвет картинки ( HEX )": "#FFFFFF",
"Прозрачность ( 0 - 100 )": 40,
"Картинка заднего фона": "https://i.imgur.com/jvrCv4g.png"
}
}
],
"Пермишенс для выдачи максимального рейта всех типов RPG": "rpgsystem.allmax",
"Удалять дату при вайпе?": true,
"Версия конфигурации": {
"Major": 1,
"Minor": 0,
"Patch": 0
}
}
FAQ
Question: How do I set up the plugin correctly?
Answer:
The plugin works from the number of hits it has made on stone or wood, from and collecting items.
For example:
You have set the following parameters in the MINER skill:
Max Rate: 2,0f
Max Hits: 35000
This means that when he makes 35,000 hits on the stone, he will receive the maximum rate of this skill
Question: How can I translate the configuration into Russian, or back into English?
Answer:
In the plugin code on the 19th line of the plugin, you need to change the - TranslationRU parameter
If you set: Translation RU = true;
Then the configuration language you will have is Russian
If you set: TranslationRU = false;
Then the configuration language you will have is English