Some messages reformatted and colorized.
Plugin have been updated to work with latest KKotlin (1.1.2)
* KClaimReadyEvent added.
* Added support for KSpawners.
Upcoming Features
Claim Flags
Added some flags that each player can change!
* IS_PUBLIC Can non trust players enter your claim?
* PVP Enables PvP in your claim.
* PVE Enables PvE in your claim.
* MOB_SPAWNING Can mobs spawn in your claim?
Added some listeners for the plugin to work.
Code:register: explosion: true enterExit: false burn: true piston: true pvFlag: true enterFlag: true mobSpawnFlag: true
Claim Ban
Claim owners can ban unwanted players from their claim. If target person is currently in the claim nothing will happen. If target player exists claim, it wont able to enter.
Force Disable
Added some config settings to disable some flags serverwide.
* Hologram Disables holograms serverwide.
* PvP Disables PvP serverwide.
* PVE Disables PvE serverwide.
Settemp Command
Added a command to disable some flags temporary.
Warning
This is temporary, it will reset on shutdown.
* /KClaim settemp hologram -> Disables holograms serverwide./kclaim settemp <setting> <value>
* /KClaim settemp pvp -> Disables PvP serverwide.
* /KClaim settemp pve -> Disables PvE serverwide.
Claim List
Added command to view all claims of a player.
Admins can use below command to view another player's claims./KClaim list
/KClaim list <player>
Players who has kclaim.claim.teleport permission, can teleport that claim by clicking.
Claim Enter & Exit
Claim enter & exit messages added. (This messages supports KMessage API, so they can be configured as message, title or actionbar)
Added setting for disabling this.
YAML:register: explosion: true enterExit: false #<-------- Here burn: true piston: true messages: claimEnter: title: "%claim_owner_name%" subtitle: "+" claimExit: title: "%claim_owner_name%" subtitle: "-"
KClaim: KMessage API
Added support for actionbar messages and title messages.
Currently some messages support this feature.
Added some events like ClaimCreateEvent, ClaimEnterEvent, ClaimExitEvent, ClaimExpireEvent.
