Inactive [ADMIN] VIP v1.0.3 - Gives VIPs priority when logging in [1.2Beta]

Discussion in 'Inactive/Unsupported Plugins' started by Kostronor, May 27, 2011.

  1. Offline

    Yannikin

    Wait for a permission 3 support :/
     
  2. Offline

    Kostronor

    well, i've compiled it against permissions 3, what does not work?
    release soon :p
    will add some more things like a priority in the info-tag on permissions and stuff
    will take some days thought
     
  3. Offline

    PhotonLance

    mb u add in permissions priority???
    mb
    VIP.VIP.1
    VIP.VIP.2
    VIP.VIP.3
    well and so on
    9= higher priority

    sry ... sleep :confused: ((

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 16, 2016
  4. Offline

    Kostronor

    :D
    I will add it to the info-tag of permissions (hopefully it is not used by something other)
    there you just type an int there and it works:D
    will also ad VIP.admin to have first-priority over everything, so no worry to give you 100.000 priority or stuff :D
     
  5. Offline

    PhotonLance

    :D
    but best if can manualy use priority ... for players or groups...
    or multi tags
    VIP.admin
    VIP.moderator
    VIP.donate
    VIP.justvip

    best if

    VIP.1
    VIP.2
    .....
    VIP.9
     
  6. Offline

    Yoharnu

    Thanks for taking over this plugin. With the end of the semester, I had to abandon minecraft and plugin development for a bit. But I plan on starting again (with other plugins).
     
  7. Offline

    mongfish

    This is exactly what I was looking for, thankyou for making it!
    Now to test if it works.
    But seriously, cheers!
     
  8. Offline

    gameswereus

    Thanks for this great plugin!
     
  9. Offline

    spyx

    Can you make so VIP people can use //wand (World edit) and spawn items?
     
  10. Offline

    Kostronor

    That would be more like permissions is already doing wouldn't it?
    i recommend you to create a VIP-group in permissions and use the VIP permissions there ;)

    Thanks for cheering me up :)
    and i'm very happy that this could help you

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 16, 2016
  11. Offline

    dervonz

    Not working with CB923 anymore!
     
  12. Offline

    Kostronor

    ok, i'll test and fix the next days!
     
  13. Offline

    PyPKjE

    Thank you creator for this great plugin, but could someone make this plugin with mysql :/
     
  14. Offline

    Kostronor

    you want this with mysql?
    sorry i for myself see no useful aspect in it because you can edit a flatfile manually and that gives some opportunity against mysql.
    but if you want mysql, i can add it to my to-do-list, im actually working on some mysql-thing and it could also be used here;)
     
  15. Offline

    PyPKjE

    Just as MySQL can do an automated system, and that bringing him to change the system that will allow visitors born in the VIP or something;)
     
  16. Offline

    Kostronor

    With mysql, it would also be very easy to create a priority-system... But i have no time this week, next week i'll update everything and stuff and hopefully find enought time for mysql...
    If you want to help me you could think of some mysql-statements to create the database and stuff, that would help me save a bunch of time :)
     
  17. Offline

    PyPKjE

    Thank you very in advance ;)

    Mysql table should look like this:


    DROP TABLE IF EXISTS `vip`;
    CREATE TABLE `vip` (
    `name` varchar(32) NOT NULL,
    `regtime` datetime default NULL,
    `timeleft` time NOT NULL default '',
    PRIMARY KEY (`name`)
    ) ENGINE=MyISAM DEFAULT CHARSET=utf8;
     
  18. Offline

    Kostronor

    ok, whats regtime and timeleft for and we need priority:D
     
  19. Offline

    PyPKjE

    In order to shield embedded in the period of holding the VIP Privileges
     
  20. Offline

    ch96li

    Does this work with 953?
     
  21. Offline

    PyPKjE

    It is time to get the mysql version? :)
     
  22. Offline

    benning2009

    can you add this "/vip add Player <priority> <time>" so for only a certain time (googel translation)^^
     
  23. Offline

    Jarok

    Ehm this plugin doesn't work with Permissions, I am using 3.x... and when a player wanna connect the message: "Server is full" appears ...

    Please help
     
  24. Offline

    Kostronor

    first thing: if no one is vip, and the server is full, then it is full.
    second thing: if permissions works (you have enabled "use permissions" in the config and you can add players as vip with a command, then permissions is working.
    one of these two should solve it
     
  25. Offline

    Jarok

    four player were only, two of them VIP's noone gets a kick, when another VIP want to join. :oops:

    Add players with a command ??
    When I type: /vip add {name} The plugin says: Vip is using Permissions. Add players manually.

    P.S: I love your plugin :)

    edit: Here's the error, when a VIP wanna join the server:
    Code:
    2011-07-17 14:12:50 [SEVERE] Could not pass event PLAYER_LOGIN to VIP
    java.lang.NullPointerException
        at com.nijiko.permissions.ModularControl.permission(ModularControl.java:254)
        at com.nijiko.permissions.ModularControl.has(ModularControl.java:249)
        at me.Kostronor.VIP.Permissions.VIPPermissions.isVIP(VIPPermissions.java:67)
        at me.Kostronor.VIP.events.VIPPlayerListener.onPlayerLogin(VIPPlayerListener.java:36)
        at org.bukkit.plugin.java.JavaPluginLoader$12.execute(JavaPluginLoader.java:321)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:321)
        at net.minecraft.server.ServerConfigurationManager.a(ServerConfigurationManager.java:184)
        at net.minecraft.server.NetLoginHandler.b(NetLoginHandler.java:82)
        at net.minecraft.server.NetLoginHandler.a(NetLoginHandler.java:74)
        at net.minecraft.server.Packet1Login.a(SourceFile:43)
        at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
        at net.minecraft.server.NetLoginHandler.a(NetLoginHandler.java:40)
        at net.minecraft.server.NetworkListenThread.a(SourceFile:91)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:451)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:361)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-07-17 14:12:50 [INFO] Disconnecting Jarok [/79.203.5.215:51697]: The server is full!
     
  26. Offline

    Kostronor

    thats a bug within permissions, please report it to them
     
  27. Offline

    Grimmy777

    Code:
    2011-07-17 20:05:25 [SEVERE] Could not load 'plugins/VIP.jar' in folder 'plugins': permissions are of wrong type
    org.bukkit.plugin.InvalidDescriptionException: permissions are of wrong type
        at org.bukkit.plugin.PluginDescriptionFile.loadMap(PluginDescriptionFile.java:266)
        at org.bukkit.plugin.PluginDescriptionFile.<init>(PluginDescriptionFile.java:36)
        at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:69)
        at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:207)
        at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:130)
        at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:128)
        at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:97)
        at net.minecraft.server.ServerConfigurationManager.<init>(ServerConfigurationManager.java:51)
        at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:132)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:335)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    I get this error when I start my server now. This is with the bukkit #1000 version. I know you do not have this as supporting that version yet but just thought I would let you know. I love this plugin and would love to have it back!
     
  28. Offline

    Denney

    Same issue here. Just disabled the plugin for now.
     
  29. Offline

    Kostronor

    ok, i'll look at it the minute now!

    well, this is because of the build-in permissions-system, i dont know anything about it and it will take some time i think...

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 16, 2016
  30. Offline

    Jamie Tees

    Hope you can update this. I use this on my growing in popularity server at jrnetwork.net
     

Share This Page