Search results

  1. CreeperFace

    LPChat

    CreeperFace submitted a new resource: LPChat - Basic chat formatter for LuckPerms Read more about this resource...
  2. CreeperFace

    Holograms

    CreeperFace updated Holograms with a new update entry: Update to latest server version Read the rest of this update entry...
  3. CreeperFace

    Holograms - Update to latest server version

    nothing special, just update to latest.
  4. CreeperFace

    Permissions

    https://github.com/NukkitX/Nukkit/blob/master/src/main/java/cn/nukkit/permission/DefaultPermissions.java here, I hope you'll understand. ROOT is constant for "nukkit"
  5. CreeperFace

    Any cool seeds?

    Current generator hasn't any unique features so I don't think there will be some unusual seeds.
  6. CreeperFace

    Residence

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

    Residence - Version 1.2

    - fixed BlockFormToEvent
  8. CreeperFace

    Residence

    It looks like a nukkit bug. I'll try to fix it anyway
  9. CreeperFace

    NukkitX create Nether world

    yes the formatting is wrong, the nether section must be shifted with two spaces
  10. CreeperFace

    NukkitX create Nether world

    Excuse me, you have to add nether world in nukkit.yml to let the server load it on startup
  11. CreeperFace

    NukkitX create Nether world

    No you mustn't change anything in server.properties. It's Just Basic support so the nether world is the separate folder in worlds called nether. In server.properties keep your old values.
  12. CreeperFace

    NukkitX create Nether world

    to generate map with specified generator I recommend to use MultiWorld for example
  13. CreeperFace

    NukkitX create Nether world

    currently nukkit provides only basic nether support which means that you can use only 1 nether world. If you create new world named 'nether' it should work. And if you set its generator to 'nether' too it should be similar to the real nether then :D
  14. CreeperFace

    WorldFixer

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

    WorldFixer - Version 1.1

    - fixed /fixlevel command - added fixer for blockentities - no invisible chests, signs etc
  16. CreeperFace

    how do i use nbt tag on item

    CompoundTag nbt = item.getNamedTag(); //nbt.put(something); etc
  17. CreeperFace

    where to edit messages, for example no permission message

    You can edit messages in 'lang' folder inside of jar file. Or you can look at BaseLang and change lang map.
  18. CreeperFace

    Mob Spawn

    there is not AI implemented in nukkit, you should use mob plugin for example
  19. CreeperFace

    How to connect all servers into one?

    Hi, I recommend to use synapse.
  20. CreeperFace

    Mob Spawn

    See Location constructor
Top