Skip to content

Phqzing/KBEditor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Download

KB EDITOR

Change the Knoback values of world or the entire server to your liking!

Config / Settings

---
# if this is true the Knockback will only be applied to players but if it's false it will also apply to other entities
only-players: true
 
# this Knockback values will be applied to all the worlds that is not specified in "world-kb"
general-kb:
  horizontal: 0.4
  vertical: 0.4
  attack-speed: 10

# NOTE: "attack-speed" must be a whole number and must not include a decimal point
# FORMAT:
# 
# world-kb
#   worldname:
#     horizontal: 0.4
#     vertical: 0.4
#     attack-speed: 10
world-kb:
  worldNameExample:
    horizontal: 0.37
    vertical: 0.37
    attack-speed: 10
  anotherExample:
    horizontal: 0.25
    vertical: 0.25
    attack-speed: 2
...

Features

  • Can change the values of each world
  • Can change the attack cooldown/attack speed
  • Can work on other entities if you want to (set the "only-players" value in the config to false)

TODO (0.1.1)

  • Add in-game GUI for better customization
  • Add per player KB
  • Think of more ideas (feel free to suggest your ideas!)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages