Earthcomputer / EnchantmentCracker

Cracking the XP seed in Minecraft and choosing your enchantments
MIT License
1.04k stars 91 forks source link

not being able to identify the seed #185

Closed Sightem closed 4 years ago

Sightem commented 4 years ago

it identifies both seeds flawlessly, however, when i want to calculate the enchantment seed, it fails

image

Sightem commented 4 years ago

I double checked the numbers from the log and matched them with screen shots i took and they were right. i am on spigot 1.16.

leumasme commented 4 years ago

Spigot or Paperspigot?

Sightem commented 4 years ago

Spigot or Paperspigot?

plain spigot as far as i am concerned

Earthcomputer commented 4 years ago

?template failed

earth-github-bot[bot] commented 4 years ago

First of all, check that you are not on a PaperMC server (which may include various flavours of Spigot). PaperMC is known to break enchantment cracking and will never be supported. The other most likely cause is doing one of a number of disallowed actions, such as sprinting, eating or being in beacon range. The Enchantment Cracker itself is not able to give any further information, so review the list of disallowed actions and make sure you aren't doing any of them. If you're really stuck, if you're on Minecraft 1.14 or newer you can install clientcommands which is a client-side mod and has a built-in Enchantment Cracker (so no need to use this one), and can give you more detailed information about where you're going wrong. You first have to enable /ctemprule set enchantingPrediction true, then use the built-in Enchantment Cracker in much the same way as you would use this one. Also run /ctemprule set playerRNGMaintenance false for more error catching. This mod requires the Fabric mod loader AND the Fabric API.

Sightem commented 4 years ago

First of all, check that you are not on a PaperMC server (which may include various flavours of Spigot). PaperMC is known to break enchantment cracking and will never be supported.

i am gonna try clientcommands right now however, the server is not on PaperMC it is on pure Spigot. I actually am not sure what you mean by "flavours of Spigot" do you mean the forks of Spigot including Spigot itself, or just various forks of it

Earthcomputer commented 4 years ago

I mean forks of spigot, and various combinations of plugins. I chose the word "flavour" here as not all users may know what a "fork" is.

Sightem commented 4 years ago

I mean forks of spigot, and various combinations of plugins. I chose the word "flavour" here as not all users may know what a "fork" is.

i see i see. the only plugins on the server are only essential x and some basic plot claiming. I have tried this on another Spigot server on 1.15.2 (the past version) and it was doing fine. i tried clientcommands, i put in a sword to have looting 3 and sharpness 4 and bunch of other enchantments. it kinda worked, but i got looting 2 and sharpness 3. both one level under what i input. i do not know if i should create another issue on the clientcommands github page, but assistance would be appreciated

Earthcomputer commented 4 years ago

they might have an enchantments rebalancing plugin or something. Given you've got it to work on another server, it's probably something with the plugins on this server.

Earthcomputer commented 4 years ago

?template modded

earth-github-bot[bot] commented 4 years ago

The Enchantment Cracker is not guaranteed to work on a modded server. If you ask your server admin for a world download, run the world in singleplayer, and the Enchantment Cracker works, then the mods are causing the problem. In particular, PaperMC is known to break Enchantment Cracking. Modded servers will never be supported.