Search results

  1. CreeperFace

    Experimental ColorMatch - ColorMatch

    About The game arena is composed from randomly generated pieces of wool (or other colorable materials) and one of those color is also randomly chosen. Then players have certain time to find that specified color and stay on this piece. After the cooldown reaches 0 all other colors will disappear...
  2. CreeperFace

    ColorMatch

    CreeperFace submitted a new resource: ColorMatch - Simple minigame about being fast and attentive Read more about this resource...
  3. CreeperFace

    Air Click sound

    currently you can remove it only by cancelling packet receive event with the sound
  4. CreeperFace

    WorldFixer

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

    WorldFixer - Version 1.2

    - removed broken sign converter
  6. CreeperFace

    Knockback fixer or knockback changer plugin

    what's wrong with it?
  7. CreeperFace

    ScoreboardAPl - ScoreboardAPl

    ScoreboardAPI requires KotlinLib Example usage @EventHandler fun onJoin(e: PlayerJoinEvent) { val p = e.player val sb = builder().build() sb.setDisplayName("${TextFormat.GREEN}Test Scoreboard") sb.setScore(1, "${TextFormat.RED} --------------- "...
  8. CreeperFace

    ScoreboardAPl

    CreeperFace submitted a new resource: ScoreboardAPl - Simple API for fake scoreboards Read more about this resource...
  9. CreeperFace

    Residence

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

    Residence - Version 1.3

    - added more flags related to entities - LuckPerms support
  11. CreeperFace

    Wither & EnderDragon

    AddEntityPacket pk = new AddEntityPacket(); pk.type = this.getNetworkId(); pk.entityUniqueId = this.getId(); pk.entityRuntimeId = this.getId(); pk.x = (float) this.x; pk.y = (float) this.y; pk.z = (float) this.z; pk.speedX = (float)...
  12. CreeperFace

    Request: Scoreboard library

    Hi, I already made one. https://github.com/Creeperface01/ScoreboardAPI you can test it but it should work well :D
  13. CreeperFace

    Why cant I use setDrops on PlayerDeath?

    use event.setDrops(new Item[0]);
  14. CreeperFace

    Plugin Request (AutoInv)

    Hi, I didn't get what do you mean. Try to describe your plugin idea a bit better.
  15. CreeperFace

    LuckPerms

    see LP wiki
  16. CreeperFace

    dynmap plugin for nukkit(x)

    usually realtime online server web map
  17. CreeperFace

    dynmap plugin for nukkit(x)

    Hi, unfortunately I don't know about any working implementation of dynmap.
  18. CreeperFace

    Buycraft

    https://github.com/BuycraftPlugin/BuycraftX it's official github repo and also they have a nukkit version but I don't know if it's not outdated
  19. CreeperFace

    PocketVote Java Error

    For some reason pocketvote requires java 9
  20. CreeperFace

    /help command does not show commands you can use

    does it happen even without any plugin installed?
Top