Search results

  1. CreeperFace

    Area Protection Plugin

    Hi I recommend you to use plugin Rsidence
  2. CreeperFace

    How to create a nukkit server on VPS

    drop the jar into any directory you want and execute "java -jar nukkit.jar" (in this directory)
  3. CreeperFace

    QuickShop

    You need to install EconomyAPI and KotlinLib
  4. CreeperFace

    Holograms

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

    Holograms - Version 2.5

    - various fixes related to PlaceholderAPI - other bug fixes
  6. CreeperFace

    PlaceholderAPI

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

    PlaceholderAPI - Version 1.2

    - bug fixes - small API changes
  8. CreeperFace

    How to create a command?

    all the permissions have a default value
  9. CreeperFace

    How to create a command?

    default can be "true", "false", "op" and "notop"
  10. CreeperFace

    How to create a command?

    set default to "op"
  11. CreeperFace

    How to create a command?

    right. But you can register them dynamically in the code as well.
  12. CreeperFace

    How to create a command?

    https://github.com/NukkitX/ExamplePlugin/blob/master/src/main/resources/plugin.yml#L29 to assign a permission use https://github.com/NukkitX/Nukkit/blob/master/src/main/java/cn/nukkit/Player.java#L511
  13. CreeperFace

    How to create a command?

    nothing, only alias
  14. CreeperFace

    GAC

    Hi, please be more specific to make me able to help you.
  15. CreeperFace

    How to create a command?

    label means used command alias. Every command can have aliases like /gamemode /gm
  16. CreeperFace

    How I can use a Minecraft Java Edition World in Nukkit?

    Nukkit supports Anvil level format. The only thing you may need is this
  17. CreeperFace

    How to create a command?

    the easiest way to process the command is probably the onCommand() method inherited from Plugin. like this and you will need to register your commands in plugin.yml (example here)
  18. CreeperFace

    GAC

    CreeperFace updated GAC with a new update entry: Version 1.0.2 Read the rest of this update entry...
Top