Skip to content

Bug fixing

Visual1mpact edited this page Apr 27, 2022 · 15 revisions

Paradox is based on Scythe AntiCheat and can be found here.

One of the main mistakes made when setting up the world is not enabling gametest and education education. Education edition is decently important, and gametest is very important. For reference, here is an image of the toggles that are required.

CF9-E70-C5-5-AD2-43-D8-8936-B8629-BA5-F901.jpg

This pack must be at the top of the packs list in game. Most of the features that this anticheat have rely on the player.json file, and some other packs will also have this file, and if placed on top of it, will overwrite/conflict with it - and break both packs. If you need both packs working, you might have to manually combine them yourself. Videos like this might be helpful. You can always reach out over discord to get help.

The screen message disconnectionScreen.unexpectedPacket means it's Despawning you from the world. It will do this to a player if it attempts to kick them but is unable (eg, you are the server owner, and can’t be kicked).

This happens for four main reasons.

  • You have illegal items in your inventory
  • You have items stacked over 64
  • You manage to tag yourself with isBanned
  • Your Minecraft username is on the global ban list

Here’s the best solution:

  1. Remove the pack (you will mostly likely have to do this from files, because it has a plug-in)
  2. Join the world after, and clear your inventory of all illegal items (like command blocks)
  3. Remove the tag isBanned if you still have it /tag @s remove isBanned
  4. Check that your name is not on the global ban list, found here
  5. Re-apply the pack.
  6. Rejoin the world and hope for the best!

There is a new command, recently added, called !unbanwindow. Run this to allow banned players to join back, then execute /tag <playersName> remove isBanned and run !unbanwindow again afterwards to close off the connection and to prevent other banned players from joining. Players who join during this connection will be permanently unbanned after removing the tag isBanned (at least until you ban them again). Make sure to run this command twice, because only running it once will leave the connection open.


   
   
   

   
   
   
   

   
   
   
   

Clone this wiki locally