KhCore informations
- Tested Minecraft Versions:
- 1.8
- Contributors:
- Ony
- Languages Supported:
- Configurable soon
● This is a simple skript that contains my apis.
● Click here to access the official website.
■ Click here to download
Dependencies
Use NametagEdit to make the tags work.
FeaturesCreate an item from a string.
Format: 'MATERIAL : QUANTITY : tag>value'
Properties (TAGS) available:
Example:
- nome>&aHello - Set the Item name.
- desc>&7Line 1\n&7Line 2 - Sets the Item description.
- encantar>SHARPNESS:1\nKNOCKBACK:1 - Enchant the Item.
- dono>Notch - Set the owner of a head.
- give player deserializeItem("HEAD:3 : 1 : dono>kiberzn : nome>&aHead : desc>&7Description : encantar>KNOCKBACK:1", player)
Transforms a location into a string.
Format: 'world; x; y; z; yaw; pitch'
Example:
- set {location} to serializeLocati(player's location)
Transforms a string into a location.
Format: 'world; x; y; z; yaw; pitch'
Example:
- teleport player to deserializeLoca("world, -12.98, 75, 31.66, 0.02, 12.74'')
Formats a number "#,###" using DecimalFormat.
Example:
- sebd FormatNumber(2022) | The returned value will be '2,022'
Removes all colors from a string.
Example:
- send strip colors from "&aHelo &bWorld!" | The returned value will be "Helo World!"
Gets the first color of a string.
Example:
- send first color from "&aHelo &bWorld!" | The returned value will be "&a"
Get the last color of a string.
Example:
- send last color from "&aHelo &bWorld!" | The returned value will be "&b"
MessagesCode (YAML):roles:
default:
name: 'Membro'
prefix: '&7'
permission: 'none'
vip:
name: 'Vip'
prefix: '&e[VIP] '
permission: 'roles.vip'
broadcast: true
master:
name: 'Master'
prefix: '&6[Master] '
permission: '*'
broadcast: true

KhCore - APIs 1.3
A simple skript with my APIs
Recent Updates
- KhCore - 1.3 Apr 15, 2022
- KhCore - APIs [1.2] Mar 13, 2021
- KhCore - APIs [1.1] Feb 9, 2021