EndlessEnchant

This basically does what the title says, it allows you to enchant any item with any enchantment with no max level limits, for example, you could enchant a sword to have 30,000 of every enchantment or a weapon, the possibilities are endless with Endless Enchant.
Videos:
English by GamingJuts
Portuguese by AbsintoJ
Permissions:
- EndlessEnchant.use -> Allows you to access the "/ee" command.
- EndlessEnchant.level.x -> Sets the max enchantment level. (Replace "x" with a number)
Old Permissions (Removed in 1.5):
- EndlessEnchant.level.bypass -> Allows you to enchant over the max level. (default: 10)
Features:
- Enchant any item.
- Enchant with no level limits.
- Enchant with every enchantment.
- You can specify the enchantment name or number.
- You can use the word "all" to enchant with all enchantments.
- You can change the messages. (Great for translation)
You can now disable negative enchantments. (Enabled by default)
You can now have more roman numeral levels. (Enabled by default)
Notes:
As of right now, the only permission plugins that are supported are PermissionsEx, GroupManager, bPermissions, and Bukkit's built in permissions. If you would like your permission plugin supported, let me know and I may consider adding it.
Please do not ask for an update without actually testing the plugin to see if it works on your server.
-
View User Profile
-
Send Message
Posted Oct 16, 2017this is not working for 1.8
-
View User Profile
-
Send Message
Posted Aug 8, 2016Does this work with 1.10?
-
View User Profile
-
Send Message
Posted Jul 27, 2016Is there just a 1.8 download instead of a 1.8.1
-
View User Profile
-
Send Message
Posted Apr 22, 2016@KnoxMineGamer
@Minedaniel
@Paulpkyou
I use bPermissions and I was unable to enchant past 10 as well, I have my settings set up correctly. The only way I was able to go past 10 was to go into the Configuration.json (just use notepad) and edit
"ENCHANTMENT_LEVEL_LIMIT": 10
to
"ENCHANTMENT_LEVEL_LIMIT": 1000
So now I can go up to level 1000 just fine, for some reason I have to use the IDs to enchant, but that's not a big deal anyways.
-
View User Profile
-
Send Message
Posted Mar 31, 2016@Minedaniel
i have the same problem
-
View User Profile
-
Send Message
Posted Feb 21, 2016@Minedaniel
What permission plugin are you using?
-
View User Profile
-
Send Message
Posted Feb 19, 2016Hey,it says that i dont have permision to go over level 10? Whats its problem?
-
View User Profile
-
Send Message
Posted Feb 10, 2016@brokenshadows
Just went ahead and gave it a try myself, I gave the permission node to the default group and was able use /ee, so the plugin is detecting GroupManager.
In the past I've had mixed results with GroupManager, people tell me it works fine and others say it doesn't.
If possible, you should upgrade to PermissionsEx, It's not hard to configure and has a lot more options, If not just play around with GroupManager till you get it working.
-
View User Profile
-
Send Message
Posted Feb 9, 2016For some reason, I am unable to get this plugin to work. I copied the permission from above into my world/groups.yml, but every time I try to use the /ee command, I get "[EndlessEnchant] You do not have permission to do this" in response.
I've checked that my group permissions are working by logging in with my daughters account (which would be in the default group), and trying to use the /plugins command. She gets a message telling her she's not authorized, but when I use the /plugins command on my account, I get a list of installed plugins.
-
View User Profile
-
Send Message
Posted Feb 5, 2016Just uploaded an update for version 1.6, it fixes some issues and adds support for upcoming 1.9 enchantments.
ll probably take a few days before it's approved.
EDIT:
It's out, be sure to check the download page to a full list of changes. Let me know If you have any ideas on how the plugin can be improved.
-
View User Profile
-
Send Message
Posted Sep 29, 2015Sorry about the inactivity, I've been busy with things and haven't been checking back here that often.
Soon I'll be updating the plugin to 1.5 and hopefully it'll keep working throughout future updates.
EDIT:
The plugin has been updated to 1.5, many things have been added, changed, and removed.
You can read about the changes on the download page, make sure you delete your old configuration file before updating.
-
View User Profile
-
Send Message
Posted Sep 12, 2015This plugin no longer works now please update it. Also I would like to see a config file so I can let my players enchant higher than 10 up to 20 instead of giving them the permission to do whatever levels. Also would like to see a permission node for disabling them from enchanting negative spells.
-
View User Profile
-
Send Message
Posted Sep 4, 2015@DwayneStanfield
The error is at line 44 of the plugins' code.
-
View User Profile
-
Send Message
Posted Apr 25, 201525.04 04:58:55 [Server] INFO ... 13 more 25.04 04:58:55 [Server] INFO at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44) [craftbukkit-dev.jar:git-Bukkit-1.7.9-R0.2-11-g3fd9db2-b3098jnks] 25.04 04:58:55 [Server] INFO at vu.co.paulpkyou.endlessenchant.EndlessEnchant.onCommand(EndlessEnchant.java:256) [?:?] 25.04 04:58:55 [Server] INFO Caused by: java.lang.NullPointerException 25.04 04:58:55 [Server] INFO at net.minecraft.server.v1_7_R3.ThreadServerApplication.run(SourceFile:628) [craftbukkit-dev.jar:git-Bukkit-1.7.9-R0.2-11-g3fd9db2-b3098jnks] 25.04 04:58:55 [Server] INFO at net.minecraft.server.v1_7_R3.MinecraftServer.run(MinecraftServer.java:469) [craftbukkit-dev.jar:git-Bukkit-1.7.9-R0.2-11-g3fd9db2-b3098jnks] 25.04 04:58:55 [Server] INFO at net.minecraft.server.v1_7_R3.MinecraftServer.u(MinecraftServer.java:558) [craftbukkit-dev.jar:git-Bukkit-1.7.9-R0.2-11-g3fd9db2-b3098jnks] 25.04 04:58:55 [Server] INFO at net.minecraft.server.v1_7_R3.DedicatedServer.v(DedicatedServer.java:260) [craftbukkit-dev.jar:git-Bukkit-1.7.9-R0.2-11-g3fd9db2-b3098jnks] 25.04 04:58:55 [Server] INFO at net.minecraft.server.v1_7_R3.MinecraftServer.v(MinecraftServer.java:667) [craftbukkit-dev.jar:git-Bukkit-1.7.9-R0.2-11-g3fd9db2-b3098jnks] 25.04 04:58:55 [Server] INFO at net.minecraft.server.v1_7_R3.ServerConnection.c(SourceFile:134) [craftbukkit-dev.jar:git-Bukkit-1.7.9-R0.2-11-g3fd9db2-b3098jnks] 25.04 04:58:55 [Server] INFO at net.minecraft.server.v1_7_R3.NetworkManager.a(NetworkManager.java:157) [craftbukkit-dev.jar:git-Bukkit-1.7.9-R0.2-11-g3fd9db2-b3098jnks] 25.04 04:58:55 [Server] INFO at net.minecraft.server.v1_7_R3.PacketPlayInChat.handle(PacketPlayInChat.java:47) [craftbukkit-dev.jar:git-Bukkit-1.7.9-R0.2-11-g3fd9db2-b3098jnks] 25.04 04:58:55 [Server] INFO at net.minecraft.server.v1_7_R3.PacketPlayInChat.a(PacketPlayInChat.java:28) [craftbukkit-dev.jar:git-Bukkit-1.7.9-R0.2-11-g3fd9db2-b3098jnks] 25.04 04:58:55 [Server] INFO at net.minecraft.server.v1_7_R3.PlayerConnection.a(PlayerConnection.java:817) [craftbukkit-dev.jar:git-Bukkit-1.7.9-R0.2-11-g3fd9db2-b3098jnks] 25.04 04:58:55 [Server] INFO at net.minecraft.server.v1_7_R3.PlayerConnection.handleCommand(PlayerConnection.java:956) [craftbukkit-dev.jar:git-Bukkit-1.7.9-R0.2-11-g3fd9db2-b3098jnks] 25.04 04:58:55 [Server] INFO at org.bukkit.craftbukkit.v1_7_R3.CraftServer.dispatchCommand(CraftServer.java:740) [craftbukkit-dev.jar:git-Bukkit-1.7.9-R0.2-11-g3fd9db2-b3098jnks] 25.04 04:58:55 [Server] INFO at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:180) [craftbukkit-dev.jar:git-Bukkit-1.7.9-R0.2-11-g3fd9db2-b3098jnks] 25.04 04:58:55 [Server] INFO at org.bukkit.command.PluginCommand.execute(PluginCommand.java:46) [craftbukkit-dev.jar:git-Bukkit-1.7.9-R0.2-11-g3fd9db2-b3098jnks] 25.04 04:58:55 [Server] INFO org.bukkit.command.CommandException: Unhandled exception executing command 'ee' in plugin EndlessEnchant v1.4 25.04 04:58:55 [Server] ERROR null
-
View User Profile
-
Send Message
Posted Mar 27, 2015How to download? :)
-
View User Profile
-
Send Message
Posted Mar 19, 2015Working fine on 1.8.3 Spigot for me, though I do not have a config file, and players can enchant more than 10, had a player crashing the server with a level 15000 pick..
-
View User Profile
-
Send Message
Posted Mar 14, 2015same here updated to spigot 1.8.3 and does not work for any players including op'd staffs
-
View User Profile
-
Send Message
Posted Mar 7, 2015Error with Spigot 1.8.3 http://pastie.org/10007673
-
View User Profile
-
Send Message
Posted Sep 8, 2014I am getting an error message related to PermissionEx. It says permissions manager is not accessible but the very next entry after the error text is the enabling of PEX. Do I need to set some permissions for this to work? No issues with any other plugins. Everything up to date. Thanks
[12:24:52 INFO]: [EndlessEnchant] Enabling EndlessEnchant v1.4 [12:24:52 ERROR]: Error occurred while enabling EndlessEnchant v1.4 (Is it up to date?) ru.tehkode.permissions.exceptions.PermissionsNotAvailable: Permissions manager i s not accessable. Is the PermissionsEx plugin enabled? at ru.tehkode.permissions.bukkit.PermissionsEx.getPermissionManager(Perm issionsEx.java:203) [?:?] at vu.co.paulpkyou.endlessenchant.xPermission.<init>(xPermission.java:32 ) [?:?] at vu.co.paulpkyou.endlessenchant.EndlessEnchant.onEnable(EndlessEnchant .java:59) [?:?] at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:316) [c raftbukkit.jar:git-Bukkit-1.7.9-R0.1-10-g8688bd4-b3092jnks] at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader .java:324) [craftbukkit.jar:git-Bukkit-1.7.9-R0.1-10-g8688bd4-b3092jnks] at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManage r.java:404) [craftbukkit.jar:git-Bukkit-1.7.9-R0.1-10-g8688bd4-b3092jnks] at org.bukkit.craftbukkit.v1_7_R3.CraftServer.loadPlugin(CraftServer.jav a:446) [craftbukkit.jar:git-Bukkit-1.7.9-R0.1-10-g8688bd4-b3092jnks] at org.bukkit.craftbukkit.v1_7_R3.CraftServer.enablePlugins(CraftServer. java:380) [craftbukkit.jar:git-Bukkit-1.7.9-R0.1-10-g8688bd4-b3092jnks] at net.minecraft.server.v1_7_R3.MinecraftServer.n(MinecraftServer.java:3 52) [craftbukkit.jar:git-Bukkit-1.7.9-R0.1-10-g8688bd4-b3092jnks] at net.minecraft.server.v1_7_R3.MinecraftServer.g(MinecraftServer.java:3 26) [craftbukkit.jar:git-Bukkit-1.7.9-R0.1-10-g8688bd4-b3092jnks] at net.minecraft.server.v1_7_R3.MinecraftServer.a(MinecraftServer.java:2 82) [craftbukkit.jar:git-Bukkit-1.7.9-R0.1-10-g8688bd4-b3092jnks] at net.minecraft.server.v1_7_R3.DedicatedServer.init(DedicatedServer.jav a:182) [craftbukkit.jar:git-Bukkit-1.7.9-R0.1-10-g8688bd4-b3092jnks] at net.minecraft.server.v1_7_R3.MinecraftServer.run(MinecraftServer.java :436) [craftbukkit.jar:git-Bukkit-1.7.9-R0.1-10-g8688bd4-b3092jnks] at net.minecraft.server.v1_7_R3.ThreadServerApplication.run(SourceFile:6 28) [craftbukkit.jar:git-Bukkit-1.7.9-R0.1-10-g8688bd4-b3092jnks] [12:24:52 INFO]: [PlayerHeads] Enabling PlayerHeads v3.8-jenkins-PlayerHeads-1-4 8-ged24b6b [12:24:52 INFO]: [PermissionsEx] Enabling PermissionsEx v1.20.4 [12:24:52 INFO]: WEPIF: PermissionsEx detected! Using PermissionsEx for permissi ons. [12:24:52 INFO]: [Vault][Permission] PermissionsEx hooked. [12:24:52 INFO]: [Vault][Chat] PermissionsEx_Chat hooked.
-
View User Profile
-
Send Message
Posted Aug 24, 2014It just says you dont have permission and I am op how do I make it so I can use it?