Inactive [Inactive][ADMN] AutoPromo 1.0 - Promotes people after a choosen time [1337]

Discussion in 'Inactive/Unsupported Plugins' started by Download-Fritz, Aug 25, 2011.

?

Should I add more Permission plugins?

Poll closed Sep 8, 2011.
  1. Permissions

    7 vote(s)
    43.8%
  2. GroupManager+ (coming soon)

    4 vote(s)
    25.0%
  3. BukkitPermissions

    11 vote(s)
    68.8%
Multiple votes are allowed.
  1. Offline

    Download-Fritz

    Features
    • Promotes peoples after a choosen time
    • As much as promotion-tasks, as you want
    • "Check every x secounds" option (delay)
    • "Excludes", add bad people here, they wont get promoted
    • in-game/console commands
    • Will work with GroupManager & Permissions, support for other permissions plugins is included, but not tested.
    • Easy Config file
    Commands
    • /ap add [fromGroup][toGroup][time[m/h/d]] - Adds an Auto-Promo
    • /ap rem [fromGroup][toGroup] - Removes an Auto-Promo
    • /ap addex [playerNme] - Adds an exclude
    • /ap remex [remex] - Removes an exclude
    • /ap reload - Reloads the plugin
    • /ap save - Save config
    • /ap enable - Enables Auto-Promos
    • /ap disable - Disable Auto-Promos
    Config Example


    http://forums.bukkit.org/threads/ad...-a-choosen-time-1337.33594/page-2#post-889618

    Note: Do not use Tabs in the config file (use 4 spaces instead)!


    Other Infos
    • requires 'Stats 0.99' or 'TimeRank' (both tested)
    • Group Manager Support (tested)
    • Permissions 3.x Yeti Support (tested)
    • PermissionsEx Support (not tested)
    • bPermissions Support (not tested)
    Thanks for supporting this plugin! ;)

    Sorry, no, my plugin is finished so far, from technical, just looking for problems, bugs, etc

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 19, 2016
    SomeoneLeoR likes this.
  2. Offline

    MCQuantumPro

    Thanks for this Plugin! It's Wonderful!

    Greetz,
    MCQ
     
  3. Offline

    Download-Fritz

    Can a Mod or an Admin please add "PermissionsEx" to the vote? Thanks!
     
  4. Offline

    Download-Fritz

    I just added Permissions(Ex) support... dont know, if it will work, I have to test tomorrow
     
  5. Offline

    saul100

    will it work with herochat and permissions?
    otherwise this plugin will fail

    which ones is it compatible with?

    OK, thats the main ones i guess :D

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

    codename_B

    bPermissions support? I have a really nice easy to use API and have released a plugin for it already (that changes groups)

    see BananaTracks and bPermissions.
     
  7. Offline

    Download-Fritz

    1) If there's an API for BukkitPermissions, I can add it, no problem. 2) It is Permissions 3 Yeti 3) No HeroChat support, etc, cuz it isn't to display prefixes, this has to be supported in the Permissions Plugin (it is in GM), so GM/Perm(Ex)/bPermissions has to support iChat, HeroChat, etc

    @codename_B Thanks, I will look at it later! Btw, r u german (just cuz @ the src I saw "de." :p)?

    Thanks.
     
  8. Offline

    codename_B

    Heh :p that'd be telling!
     
  9. Offline

    Download-Fritz

    Tested the GM-Version on a test server, worked fine... today or tomorrow will be a Beta-Release (I havent tested Permissions / PermissionsEx, etc yet and I have to add bPermissions)
     
  10. Offline

    Download-Fritz

    Last edited by a moderator: May 19, 2016
  11. Offline

    Download-Fritz

    Sorry guys, I made a mistake... pls look at the sample config spoiler again ;)
     
  12. Offline

    Kohle

    Finish this :)
     
  13. Offline

    Download-Fritz

    it is nearly... same for LavaSurvival: My little test server is much to slow to test all out, and the most of server owner wont be able to help me, cuz I need ftp and console access :S
     
  14. Offline

    deathcrawler

    In the example config, does it mean hours as in (x) hours on server or (x) hours since last promotion?
     
  15. Offline

    Download-Fritz

    (x) hours on the server. But, btw, I stopped developing it, nobody gave his feedback (besides 1 person). All others meant: add this, add that, add this... then I added, and nothing happens after that.

    Download_Fritz
     
  16. Offline

    Kohle

    NO! KEEP WORKING ON IT! Please! I BEG OF YOU!
     
  17. Offline

    Download-Fritz

    Im just focusing on LavaSruvival, so, sorry :(
     
  18. Offline

    Kohle

    agwbknAIFSNewkIKNAKSFN
     
  19. Offline

    deathcrawler

    ill try it out on my server anyway:(
    i wish i found this plugin sooner.
     
  20. Offline

    Kohle

  21. Offline

    Download-Fritz

    ok, ok, you won. Please give me the errors :p
     
  22. Offline

    Kohle

    Here you go, it's obviously something with bPermissions...

    The error (open)
    Code:
    [SEVERE] Could not pass event PLUGIN_ENABLE to AutoPromo
    java.lang.NoClassDefFoundError: de/bananaco/permissions/Permissions
    	at Download_Fritz.autopromo.AutoPromo.loadbPerm(AutoPromo.java:304)
    	at Download_Fritz.autopromo.AutoPromo.loadPlugins(AutoPromo.java:241)
    	at Download_Fritz.autopromo.AutoPromo$APServerListener.onPluginEnable(AutoPromo.java:46)
    	at org.bukkit.plugin.java.JavaPluginLoader$47.execute(JavaPluginLoader.java:585)
    	at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
    	at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:339)
    	at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:964)
    	at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:280)
    	at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:171)
    	at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:154)
    	at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:297)
    	at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:284)
    	at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:152)
    	at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:348)
    	at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
    Caused by: java.lang.ClassNotFoundException: de.bananaco.permissions.Permissions
    	at java.net.URLClassLoader$1.run(Unknown Source)
    	at java.security.AccessController.doPrivileged(Native Method)
    	at java.net.URLClassLoader.findClass(Unknown Source)
    	at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:36)
    	at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:24)
    	at java.lang.ClassLoader.loadClass(Unknown Source)
    	at java.lang.ClassLoader.loadClass(Unknown Source)
    	... 15 more
     
  23. Offline

    deathcrawler

    im not getting any errors for PEX:)
    so im amusing it works i just have to see it promote someone
     
  24. Offline

    Colm

    How do i get the config because i would like to test i have been waiting for a plugin like this for months so thanks but i would like a config. :)
     
  25. Offline

    Download-Fritz

    you can look at the "sample Config" in the 1st post. You just have to replace the "----" with Tabs.

    Download_Fritz
     
  26. Offline

    Colm

    yes but how do i get the config on the server? thats what i'm asking
     
  27. Offline

    Download-Fritz

    oh, ok sorry :p. You just go to the plugins folder, and open the folder "AutoPromo". There you can paste the config to the file "config.yml".
     
  28. Offline

    Colm

    There is no folder that got made do i need anything to add the config into because its not the server because it generates other configs should i re download?
     
  29. Offline

    Download-Fritz

    hmm, it should have generated the config... I stopped supporting this, cuz nobody cared then. I dont know, if I should fix this or just close the thread, because Im really busy with LS. BUT if Im finished with LS, I can maybe start working on this again on BukkitDev. I have to wait and see, sorry.

    To your problem: please create the folder and the config, if it isnt there. If you have any other problems, just write a comment again ;)

    Download_Frtiz.
     
  30. Offline

    Colm

    Ok i will try adding it in but does it have any commands due to i'm not sure if it will work.

    does this plugin need stats to make a config? or does it need stats to work? because i don't have stats

    Ok the config was generated so thats good​

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

Share This Page