Code: 2011-11-04 21:53:09 [INFO] Starting minecraft server version Beta 1.8.1 2011-11-04 21:53:09 [WARNING] **** NOT ENOUGH RAM! 2011-11-04 21:53:09 [WARNING] To start the server with more ram, launch it as "java -Xmx1024M -Xms1024M -jar minecraft_server.jar" 2011-11-04 21:53:09 [INFO] Loading properties 2011-11-04 21:53:09 [INFO] Starting Minecraft server on localhost:25565 2011-11-04 21:53:09 [WARNING] **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE! 2011-11-04 21:53:09 [WARNING] The server will make no attempt to authenticate usernames. Beware. 2011-11-04 21:53:09 [WARNING] While this makes the game possible to play without internet access, it also opens up the ability for hackers to connect with any username they choose. 2011-11-04 21:53:09 [WARNING] To change this, set "online-mode" to "true" in the server.settings file. 2011-11-04 21:53:10 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-1131-g86b7fa8-b1337jnks (MC: 1.8.1) 2011-11-04 21:53:10 [SEVERE] Could not load 'plugins\AdPrivWarps.jar' in folder 'plugins': java.lang.UnsupportedClassVersionError: me/ADPuckey/AdPrivWarps/AdPrivWarps : Unsupported major.minor version 51.0 at java.lang.ClassLoader.defineClass1(Native Method) at java.lang.ClassLoader.defineClassCond(Unknown Source) at java.lang.ClassLoader.defineClass(Unknown Source) at java.security.SecureClassLoader.defineClass(Unknown Source) at java.net.URLClassLoader.defineClass(Unknown Source) at java.net.URLClassLoader.access$000(Unknown Source) 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) at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Unknown Source) at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:170) at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:215) at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:136) at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:136) at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:112) at net.minecraft.server.ServerConfigurationManager.<init>(ServerConfigurationManager.java:52) at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:136) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:348) at net.minecraft.server.ThreadServerApplication.run(SourceFile:417) 2011-11-04 21:53:10 [INFO] Preparing level "Dystrykt" 2011-11-04 21:53:10 [INFO] Default game type: 0 2011-11-04 21:53:10 [INFO] Preparing start region for level 0 (Seed: 6098184462336949446) 2011-11-04 21:53:10 [INFO] Server permissions file permissions.yml is empty, ignoring it 2011-11-04 21:53:10 [INFO] Done (0,075s)! For help, type "help" or "?" 2011-11-04 21:53:18 [INFO] CONSOLE: Stopping the server.. 2011-11-04 21:53:18 [INFO] Stopping server 2011-11-04 21:53:18 [INFO] Saving chunks 2011-11-04 21:53:18 [INFO] Stopping server 2011-11-04 21:53:18 [INFO] Saving chunks When i start the server I have this error
That error typically occurs when you use any plugin that was compiled with a recent JDK and have an outdated JRE. In other words, you need the latest version of Java. If your java is already up to date, your best bet is uninstalling java (all versions) and reinstalling the latest one only.
Cool But, MediaFire is discouraged and it is highly recommended that you create a page on dev.bukkit.org because eventually plugin.bukkit.org will only show BukkitDev pages. Other then that, looks good (Also did you mean "v0.5"? Not "v.05")
You have a github account, why not use their download service. Please stay clear from unfriendly download services
Works well with latest Bukkit Dev (1.0.0 mc server), does what it's suppose too, thanks! Be cool also, if you could introduce some type of limitation of how many private warps a user can have (permissions wise) For example, adprivwarps.limit.5 will limit that user/group to 5 private warp's, same with adprivwarps.user.50 limiting that user/group to 50 warps.
That's already implemented, in groups.txt and users.txt You can set the limit for each group in groups.txt, and make exceptions for individual players in users.txt. But thanks, glad to know it works
I have the classversion error as well, running JRE 6u29 which is the most updated version I believe. Any help would be appreciated!
I compiled this with Java 7, but since this seems to be a common issue, I will recompile a build compatible with Java 6. I strongly reccomend you update to java 7, but I understand that can be a pain as sometimes you have to uninstall If you wish to not do this, I can just re-post a build compiled with Java 6. No problem, glad I took that into consideration Tell me how it goes.
ok not sure where I have gone wrong overall. But I have been trying to get this plugin to work because its exactly what I have been waiting and asking for!! I will post my perms file and config files below in just a second here. I have it set up to inherit from each group in my perms file. also can you make or alter it to where its required to have a permission node to even accept invites that way i can designate it to certain groups and not all groups can accept an invite to a private warp? In my permissions file I have tried using all permission nodes and then taking the one with the * away to see if it would help at all. Nothing I did helped either way. All it does in game is not even register that its working. Says unknown commands and doesnt show in my plugin list at all when i do /pl in game. Doesnt even show up in red or anything. It acts like its disabled when its not. Yes I have read the read me file in the zip folder as well which doesnt say much different that what is posted on the website. Which is why i am posting on here Id like to get this working asap! I have 2 servers I would like to place it on Code: #This file stores the number of allowed warps for a player in a certain PermissionsEx group. # #For an infinite amount of warps, do not specify anything here. For no allowed warps, remove the adprivwarps.create permission from the group. # #Syntax: #GroupName:NumberOfWarps # #Example: #Vips:10 # #Comments start with a #, comments such as these are not read by the plugin. Groups: Elite:1 Supporter:2 Investor:3 Watcher:4 Admins:5 here there is a permission node that a group has to have in order to accept an invite to private warps so I can designate it that only certain groups can accept the invite to the private warp? Code: Elite: default: false prefix: '&5[&5Elite&5]&f' suffix: '' build: true interact: true inheritance: - Settler permissions: - whitelist - factions.sethome - factions.kick - factions.lock - factions.mod - factions.money.withdraw - factions.create - factions.disband - factions.invite - factions.deinvite - factions.description - factions.money.balance - factions.money.f2f - factions.money.f2p - factions.open - factions.setpeaceful - factions.setpermanent - factions.relation - factions.tag - factions.title - factions.admin - adprivwarps.warp - adprivwarps.create Supporter: default: false prefix: '&1[&1Supporter&1]&f' suffix: '' build: true interact: true inheritance: - Elite permissions: - commandbook.return - creaturebox.requires - myhome.home.soc.others - myhome.home.soc.list - myhome.home.soc.list - myhome.home.soc.invite - myhome.home.soc.uninvite - adprivwarps.share Investor: default: false prefix: '&b[&bInvestor&b]&f' suffix: '' build: true interact: true inheritance: - Supporter permissions: - myhome.home.soc.public - myhome.home.soc.private - adprivwarps.createwarpsign - adprivwarps.usewarpsign Watcher: default: false prefix: '&2[&2Watcher&2]&f' suffix: '' build: true interact: true inheritance: - Explorer permissions: - pardon - kick - lockette.user.create - goto - lookup - logblock.lookup - pardon-ip - whitelist - ban - summon - commandbook.bans.ban - commandbook.bans.kick - commandbook.teleport - commandbook.teleport.other - delplayerdata - commandbook.bans.unban - save-all - commandbook.bans.load - back - ban-ip - lockette.admin.bypass - logblock.tools.tool - logblock.tools.toolblock - logblock.rollback - logblock.ignoreRestrictions - rollback.maxTime - rollback.maxArea - lockette.admin.snoop - mcmmo.commands.whois - mcmmo.commands.ability - mcmmo.chat.partychat - mcmmo.commands.party - mcmmo.ability - mcmmo.skills - ChestShop.* - commandbook.return - commandbook.teleport - creaturebox.requires - srpex.setrank.settler - srpex.setrank.elite - srpex.setrank.explorer - srpex.setrank.Douchebag - lockette.admin.break - myhome.admin.home.list - vanish.standard - vanish.statusupdates - commandbook.kick - worldguard.region.define - worldguard.region.redefine.* - worldguard.region.addmember.* - worldguard.region.removeowner.* - worldguard.region.addowner.* - worldguard.region.list - worldguard.region.flag.flags.* - worldguard.region.setparent.* - worldguard.region.remove.* - worldguard.region.remove.member.* - worldguard.region.remove.own.* - warpallhere.* - commandbook.locations.coords - commandbook.teleport.other - adprivwarps.admin.view Admins: default: false prefix: '&4[&4Guardian&4]&f' suffix: '' build: true interact: true inheritance: - Watcher permissions: - logblock.* - logblock.clearlog - logblock.hide - whitelist.permission.onoff - logblock.ignoreRestrictions - logblock.lookup - logblock.me - logblock.rollback - logblock.tool - logblock.toolblock - logblock.tp - lockette.admin.break - lockette.admin.reload - lockette.admin.create.* - lockette.user.create.* - whitelist - whitelist.* - tp - mcmmo.chat.adminchat - mcmmo.mcgod - mcmmo.tools.mmoedit - permissions.manage.users - permissions.manage.users.permissions - permissions.manage - creaturebox.give - creaturebox.set - creaturebox.creature.pig - creaturebox.creature.creeper - creaturebox.creature.cow - creaturebox.creature.sheep - creaturebox.creature.chicken - creaturebox.creature.slime - creaturebox.creature.spider - creaturebox.creature.skeleton - creaturebox.creature.monster - creaturebox.creature.giant - creaturebox.creature.wolf - creaturebox.creature.enderman - creaturebox.creature.zombie - creaturebox.creature.pig_zombie - creaturebox.creature.cave_spider - creaturebox.limit - creaturebox.requires - creaturebox.placespawner - creaturebox.count - creaturebox.period - commandbook.teleport.other - srpex.setrank.* - srpex.* - commandbook.clear - commandbook.clear.other - myhome.admin.convert - myhome.admin.reload - mywarp.admin - announcer.add - announcer.broadcast - announcer.moderate - announcer.moderate - announcer.delete - announcer.moderate - announcer.moderate - announcer.admin - vanish.adminalerts - vanish.permtest.all - factions.kick.any - factions.disband.any - factions.config - factions.bypass - factions.setpermanentpower - factions.sethome.any - factions.* - factions.money.* - adprivwarps.user - adprivwarps.admin.delete - adprivwarps.admin.changepermission Code: #This file stores any users which the server owner would rather have a different number of allowed warps than the default for their group. #If no amount has been specified, then the plugin will default to groups.txt to see how many warps the player is allowed to have. # #Syntax: #PlayerName:NumberOfWarps # #Example: #AdPuckey:5 # #Comments start with a #, comments such as these are not read by the plugin. #COMMENTTEST
This plugin looks really good. I would like to suggest adding cooldowns and warmups for warping. I run a PvP server and a warmup timer of 10 seconds before warping the player would make it much harder for people to flee from combat. The warmup could also cancel on certain events such as when taking damage. What do you think?
Sure, I'd be glad to put in a permission to accept a share request, if that's what you mean. As for the plugin completely not working when you put in the wildcard, that's very strange. Is it in the list when you type /plugins when you don't have the wildcard(*) in the permissions file? Send me a PM on the forums. Thank you, though, I'm glad you show interest in the plugin. No problem, I'll take care of that as soon as possible. Thanks for the suggestion, glad you like the plugin
RaesWolf said: ↑ also can you make or alter it to where its required to have a permission node to even accept invites that way i can designate it to certain groups and not all groups can accept an invite to a private warp? In my permissions file I have tried using all permission nodes and then taking the one with the * away to see if it would help at all. Nothing I did helped either way. All it does in game is not even register that its working. Says unknown commands and doesnt show in my plugin list at all when i do /pl in game. Doesnt even show up in red or anything. It acts like its disabled when its not.Sure, I'd be glad to put in a permission to accept a share request, if that's what you mean. As for the plugin completely not working when you put in the wildcard, that's very strange. Is it in the list when you type /plugins when you don't have the wildcard(*) in the permissions file? Send me a PM on the forums. Thank you, though, I'm glad you show interest in the plugin. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ No it doesnt even show up. We deleted are older plugin just in case and have deleted everything and reinstalled it. But still its doesnt show up. Its not registering its even there. Theres no errors or anything.. Normally i can figure these t hings out but im just like what? Nothing to work off of at all.... I did PM u and no response......
Code: 14:49:15 [SEVERE] null org.bukkit.command.CommandException: Unhandled exception executing command 'privwarps' in plugin adprivwarps v0.8 at org.bukkit.command.PluginCommand.execute(PluginCommand.java:42) at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:165) at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:378) at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:757) at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:722) at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:715) at org.getspout.spout.SpoutNetServerHandler.a(SpoutNetServerHandler.java:180) at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:33) at net.minecraft.server.NetworkManager.b(NetworkManager.java:226) at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:93) at org.getspout.spout.SpoutNetServerHandler.a(SpoutNetServerHandler.java:550) at net.minecraft.server.NetworkListenThread.a(SourceFile:108) at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:527) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:425) at net.minecraft.server.ThreadServerApplication.run(SourceFile:457) Caused by: java.lang.NoClassDefFoundError: ru/tehkode/permissions/bukkit/PermissionsEx at me.ADPuckey.AdPrivWarps.ApnPrivWarpsGlobals.GetNumberOfAllowedWarps(ApnPrivWarpsGlobals.java:58) at me.ADPuckey.AdPrivWarps.AdPrivWarpsCommandExecutor.onCommand(AdPrivWarpsCommandExecutor.java:48) at org.bukkit.command.PluginCommand.execute(PluginCommand.java:40) ... 14 more Whats wrong there?
Sorry about my delayed response. That's an error caused by not having PermissionsEx, whih I thought I fixed. I'll update it now.
Update bump. Sorry about the delay, gentlemen. I've finally put SQL support on here, and I plan on rewriting the entire plugin eventually as this was my first plugin and the code is quite sloppy.