Search results

  1. SupremeMortal

    DNSForwarder - DNSForwarder

    Allow Nemisys to redirect specific DNS addresses to defined synapse clients so that players do not have to go through a lobby. Easy configuration like so: forward: - skyblock.example.com: skyblock
  2. SupremeMortal

    XHud

    Your config is most likely not UTF-8 formatted. Set this in your text editor and save.
  3. SupremeMortal

    NukkitX repository: dependency not found

    This is the correct way <repositories> <repository> <id>nukkitx-repo</id> <url>https://repo.nukkitx.com/snapshot/<url> </repository> </repositories> <dependencies> <dependency> <groupId>cn.nukkit</groupId>...
  4. SupremeMortal

    NukkitX repository: dependency not found

    It is the correct repo. The potestas.xyz domain is deprecated and will soon be removed. https://repo.nukkitx.com/snapshot/cn/nukkit/nukkit/1.0-SNAPSHOT/ It's definitely there.
  5. SupremeMortal

    EssentialsNK

    SupremeMortal updated EssentialsNK with a new update entry: Added /rename command Read the rest of this update entry...
  6. PetteriM1

    EssentialsNK - Added /rename command

    Allows you to rename an item that you are currently holding. Thanks to @Cobwebster
  7. SupremeMortal

    EssentialsNK

    SupremeMortal updated EssentialsNK with a new update entry: Added /ignore command Read the rest of this update entry...
  8. PetteriM1

    EssentialsNK - Added /ignore command

    Added /ignore command with UUID support. WARNING: THIS WILL ONLY WORK WITH BUILD #46 AND ABOVE.
  9. SupremeMortal

    Plugin Conversion

    PHP and Java are completely different languages and it is not possible to just convert one to the other. You will need to find someone able to port the plugin across to Nukkit.
  10. SupremeMortal

    Nukkit for Bedrock Edition 1.5

    As mentioned in the post:
  11. SupremeMortal

    Error when connecting from minecraft to nukkit server

    You appear the have some Key algorithms disabled in your java configuration. See if this post helps: https://stackoverflow.com/questions/40957280/keytool-ec-keypairgenerator-not-available
  12. SupremeMortal

    Nukkit for Bedrock Edition 1.5

    Nukkit for Minecraft 1.5 can now be found on our Jenkins CI starting from build #11. (We reconfigured Jenkins so the build number has been reset) This is still only protocol support with no new features implemented into Nukkit as we have move our attention to the rewrite branch. If you find...
  13. SupremeMortal

    Clients, Updates and Launchers....

    There is no version selection for Bedrock Edition platforms so you are forced to use the latest version of Minecraft. We try to support the latest version as soon as possible but with 1.5 we had a few issues with things that Mojang broke however we now support it.
  14. SupremeMortal

    The ip-ban and the VPNs

    If you're authenticating users with Xbox Live, ban them by their UUID. The only way around that is creating another account.
  15. SupremeMortal

    Why is fake inventory closes automatically after 3-4 seconds after open?

    Inventories work completely different on Bedrock Edition compared to Java Edition. It is not possible to create inventories windows which are not tied to a block in the world. To make this work, you would have to spawn a chest near the player and then open the inventory window.
  16. SupremeMortal

    DbLib

    Looks like an issue with a native SQLite library within DBLib
  17. SupremeMortal

    PocketVote

    Seems like the plugin was compiled with Java 9 and you are using Java 8
  18. SupremeMortal

    MobPlugin

    Yes, it's a Nukkit bug. I'm thinking of just porting over the code from the rewrite to fix this for now.
  19. SupremeMortal

    Newb question - plugins

    You can find other plugins here http://forums.voxelwind.com/resources but they are less likely to work. Villages are not implemented into the generator yet.
  20. SupremeMortal

    LuckPerms

    @Funniray created a version of EssentialsNK with support https://github.com/funniray/EssentialsNK
Top