Search results

  1. CreeperFace

    How can i edit world asynchronous?

    I don't think it's possible currently. The only way probably is to serialze the chunk data, modify them asynchronously and then set the chunk
  2. CreeperFace

    PlaceholderAPI

    CreeperFace updated PlaceholderAPI with a new update entry: Version 1.1 Read the rest of this update entry...
  3. CreeperFace

    PlaceholderAPI - Version 1.1

    - changed some API methods
  4. CreeperFace

    Holograms

    CreeperFace updated Holograms with a new update entry: Version 2.2 Read the rest of this update entry...
  5. CreeperFace

    Holograms - Version 2.2

    - added PlaceholderAPI support
  6. CreeperFace

    PlaceholderAPI

    CreeperFace submitted a new resource: PlaceholderAPI - Simple placeholder provider Read more about this resource...
  7. CreeperFace

    PlaceholderAPI 2.2

    PlaceholderAPI adds support for placeholders, so you can easily use the information from all plugins supporting PlaceholderAPI such as (Holograms, CustomMessages or LuckPerms) anywhere else. KotlinLib is required to use plugin How to use Placeholders in texts must be surrounded with percent...
  8. CreeperFace

    LuckPerms

    yes
  9. CreeperFace

    Animals not moving

    Lots of features are still missing in nukkit.
  10. CreeperFace

    Residence pvp problem

    What was it? and How did you fix it? was that a plugin fault?
  11. CreeperFace

    LuckPerms

    /lp user/group <user/group name> permission set <permission> [true/false] [contexts]
  12. CreeperFace

    Slapper alternative?

    The most of currently running nukkit servers use their own plugins (including mine). There were some plugins but they are probably outdated
  13. CreeperFace

    PMAnvil to Anvil converter doesn´t work.

    I mean link for us, to be able to help you.
  14. CreeperFace

    PMAnvil to Anvil converter doesn´t work.

    Please provide your world folder
  15. CreeperFace

    How can I create a FormUI?

    Then there probably isn't any plugin that could do that.
  16. CreeperFace

    Plugin does not load

    Are you sure that plugin.yml is located in the jar file?
  17. CreeperFace

    How I can create a Command in a other class

    no, your class has to extend Command class. Then you can easily register a new command with server.getCommandMap().register()
  18. CreeperFace

    How can I create a FormUI?

    Maybe this package will help you https://github.com/NukkitX/Nukkit/tree/master/src/main/java/cn/nukkit/form You need FormWindow instance, there are 3 types of windows si it's up to you which one you'll choose. And then use the method player.showFormWindow(window, id); ID is optional parameter...
  19. CreeperFace

    I found some problems in my server.

    potatoes growing is probably a bug so use the issue tracker for that. And about minecarts, they aren't fully implemented
  20. CreeperFace

    Discontinued LPChat - LPChat

    Use any other chat formatter like GChat together with Placeholders which contains all LuckPerms related placeholders Usage In config file you can change chat format with following placeholders: player, prefix, suffix and message (every placeholder must be surrounded with '%' => %player%) For...
Top