VipZero

Hello, I'm nathampa0909 and I try to still updating VipZero! A newer version is coming to support 1.12!
Introduction
This plugin was created to facilitate the administration of VIPs and their validity, with the high point to use KEYS and automatic system of dates. Owning a system to give items with the key with great possibilities for customization.
Now with PayPal and PagSeguro support (V1.2.0 and later)! See PayPal's and PagSeguro's section.
Commands
| Type | Command | Description |
|---|---|---|
| ADMIN | /newkey <group> <days> | Creates a new key |
| ADMIN | /keys | List all keys |
| ADMIN | /delkeys | Delete all keys |
| ADMIN | /delkey <key> | Dele one key |
| ADMIN | /rvip <name> | Remove VIP from player |
| ADMIN | /changedays <name> <group> <days> | Change the VIP time from a player |
| ADMIN | /vipzero reload | Reload config |
| ADMIN | /givevip <name> <group> <days> | Give VIP without generating a key |
| ADMIN | /addvip <group> <days> | Give additional days to all members of the group |
| ADMIN | /seedays <name> | See the days left of a VIP |
| USER | /usekey <key> | Use a key |
| USER | /viptime | Show the last day with VIP |
| USER | /changevip | Change your VIP group |
| USER | /vipzero paypal <transaction-code> | Use a PayPal's transaction code |
| USER | /vipzero pagseguro <transaction-code> |
Use a PagSeguro's transaction code
|
| USER | /vipzero |
All commands of the plugin |
Comandos em português: Clique aqui
指令说明: 点击我
Permission nodes
| Permission | Description |
|---|---|
| vipzero.admin | Allow ALL commands |
| vipzero.user | Allow all users commands |
| vipzero.COMMAND | Permission to each command (Exception: /vipzero reload = vipzero.reload [same happens with /vipzero paypal and /vipzero pagseguro]) |
Before download
You need a compatible permissions plugin:
- PermissionsEX
- Vault (to link with GroupManager, BukkitPermissions, bPermissions, and others that supports Vault)
To give money to VIPs you need:
- Vault
Configuration
- Change the 'vip_groups', follow the example, with the VIP groups.
- Change the 'default_group' to the correct default group.
- Change the 'check_time' in a number (in minutes) to perform the check at the end of the VIP (0 [zero] = disabled).
- Change the 'usekey_global' in a boolean (true/false) to send the message when someone use a valid VIP key (true) or just to the player (false).
- Change the 'one_vip_change': true: just one VIP change per day, false: infinite changes.
- Change the 'rvip_unlisted': true: remove from VIP groups when not in the list, false: disable this feature.
- Change the 'vip_items' with the items that the VIPs will receive with the key, following the example:
- - GROUP,DAYS, ITEM_ID, QUANTITY, ENCHANTMENTS
- Group = The group that will receive this item.
- Days = Minimum days received with the VIP to receive this item.
- Item_ID = Item ID from the Data Values (Minecraft Wiki).
- Quantity = Item quantity, max 64.
- Enchantments = The enchants of the item, if it won't have enchantments use 'none'. If it'll:
- sharpness-1-knockback-2
- Equals, sharpness level 1 and knockback 2. Other example:
- protection-4
- Equals, protection level 4.
Send commands to console when used a valid VIP key:
Just put on vip_items:
- 'VipGroup,MinDays,command,say @player congratulations!' > Will send to console: say NAME congratulations!
The enchantment's name need to be the same as the Enchanting (Minecraft Wiki) without spaces. !!! NEW ITEM CUSTOMIZATION AND POTIONS - CLICK HERE !!!
Warning: Maximum key length is 10 digits.
Any questions? Try looking here: Config.yml
PayPal support
With the V1.2.0 update VipZero now supports PayPal's transaction codes!
See the page for information (enUS):
http://dev.bukkit.org/projects/vipzero/pages/pay-pal/
Veja a página para informações (ptBR):
http://dev.bukkit.org/projects/vipzero/pages/pay-pal-pt-br/
PagSeguro support
With the V1.2.0 update VipZero now supports PagSeguro's transaction codes!
See the page for information (ptBR):
http:dev.bukkit.org/projects/vipzero/pages/pag-seguro-pt-br/
Known bugs
- Nothing. Report if you find, thank you!!
To Do
- Well, I don't have any ideia, can you suggest to me?
Changelog
http://dev.bukkit.org/projects/vipzero/pages/changelog/
Credits
Development: Me (I use the nick SubZero0 in the plugin and SubZero0_ in minecraft)
Update: nathampa0909.
Source
- https://github.com/SubZero0/VipZero (V1.2.2)
Portuguese instructions
Minecraft.com.br Forum - Instruções em português
中文说明
Video tutorial (ptBR)
Auxiliary program
Having problems to configure the "vip_items"? I did a program to help you, available in PT-BR and EN!
Image: VipZero Program Image
Download:
VipZero Program / EN <-- I don't have the program, if you have send me on MP
VipZero Program / PT-BR
Source (C# and only in english): VipZero Program Source / EN <-- I don't have the program, if you have send me on MP
-
View User Profile
-
Send Message
Posted Apr 25, 2013esta tando erro no plugin atuliza ele rapido
-
View User Profile
-
Send Message
Posted Apr 22, 2013@piritacraft
Eu não desisti. Só não há necessidade de colocar a nova versão ainda.
-
View User Profile
-
Send Message
Posted Apr 21, 2013não desiste do plugin
-
View User Profile
-
Send Message
Posted Apr 13, 2013@creptor
I get it now. Yes, it removes the code after using,
-
View User Profile
-
Send Message
Posted Apr 13, 2013Hi, Does anyone knows how to configure the config file so when someone put in a code it removes and it can be used again??
-
View User Profile
-
Send Message
Posted Apr 4, 2013@joaorodrigo
A nova atualização está tendo várias mudanças e irei publicá-la quando lançarem o Bukkit Recommend Build da 1.5.1
Só por lembrar: A versão atual funciona na 1.5.1
-
View User Profile
-
Send Message
Posted Apr 4, 2013Oi
A pensar na actualização?
-
View User Profile
-
Send Message
Posted Apr 4, 2013@mattdasnipah
Update your Java.
-
View User Profile
-
Send Message
Posted Apr 3, 2013hi i was trying to use your plugin and this happened [SEVERE] Could not load 'plugins/VipZero.jar' in folder 'plugins' org.bukkit.plugin.InvalidPluginException: java.lang.UnsupportedClassVersionError: com/github/subzero0/vipzero : Unsupported major.minor version 51.0 at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:184) at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:305) at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:230) at org.bukkit.craftbukkit.v1_5_R2.CraftServer.loadPlugins(CraftServer.java:239) at org.bukkit.craftbukkit.v1_5_R2.CraftServer.<init>(CraftServer.java:217) at net.minecraft.server.v1_5_R2.PlayerList.<init>(PlayerList.java:55) at net.minecraft.server.v1_5_R2.DedicatedPlayerList.<init>(SourceFile:11) at net.minecraft.server.v1_5_R2.DedicatedServer.init(DedicatedServer.java:105) at net.minecraft.server.v1_5_R2.MinecraftServer.run(MinecraftServer.java:379) at net.minecraft.server.v1_5_R2.ThreadServerApplication.run(SourceFile:573) Caused by: java.lang.UnsupportedClassVersionError: com/github/subzero0/vipzero : Unsupported major.minor version 51.0 at java.lang.ClassLoader.defineClass1(Native Method) at java.lang.ClassLoader.defineClassCond(ClassLoader.java:631) at java.lang.ClassLoader.defineClass(ClassLoader.java:615) at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:141) at java.net.URLClassLoader.defineClass(URLClassLoader.java:283) at java.net.URLClassLoader.access$000(URLClassLoader.java:58) at java.net.URLClassLoader$1.run(URLClassLoader.java:197) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(URLClassLoader.java:190) at org.bukkit.plugin.java.PluginClassLoader.findClass0(PluginClassLoader.java:80) at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:53) at java.lang.ClassLoader.loadClass(ClassLoader.java:306) at java.lang.ClassLoader.loadClass(ClassLoader.java:247) at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Class.java:249) at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:173) any help would be appreciated.
-
View User Profile
-
Send Message
Posted Mar 31, 2013@piritacraft:
Eu uso Spigot tbm e da certinho.
-
View User Profile
-
Send Message
Posted Mar 27, 2013@PauloABR
Estou usando /darvip player grupo dias mas nao funciona
Estou usando spigot.
-
View User Profile
-
Send Message
Posted Mar 26, 2013Best plugin :)
-
View User Profile
-
Send Message
Posted Mar 26, 2013@piritacraft
./darvip <player> <grupo> <dias>
O dias está errado ou faltando, pois a mensagem de erro de grupo e dias está trocada.
-
View User Profile
-
Send Message
Posted Mar 25, 2013sim esta configurado certo mas o plugin esta errando.. O comando gerarkey e usarkey funciona perfeitamente, Mas o /darvip não funciona. Ele fala que o grupo não existe.
-
View User Profile
-
Send Message
Posted Mar 24, 2013@piritacraft
Se esses forem os grupos corretos, sim.
-
View User Profile
-
Send Message
Posted Mar 23, 2013E esta configurado certo: vip_groups: - vip default_group: builder
-
View User Profile
-
Send Message
Posted Mar 23, 2013parece que agora não funciona mais. Eu digito o comando /darvip jogador vip 30 e recebo a mensagem "grupo nao encontrado".
-
View User Profile
-
Send Message
Posted Mar 22, 2013@piritacraft
Vou atualizar pra V1.1.1 quando lançar a versão recomendada do Bukkit.
Obs: A V1.1.0 funciona na V1.5 do Bukkit (Dev Version).
(VipZero still works with Bukkit v1.5)
-
View User Profile
-
Send Message
Posted Mar 22, 2013po, atualiza ai meu
-
View User Profile
-
Send Message
Posted Mar 21, 2013Hello PauloABR, Thank you for great Plug-in. Really great work.
But i have a problem : Vipzero doesn't create a folder. Can you help me on skype ?
Skype name : "Cheval-berk"
Thanks.