Skip to content

Commit

Permalink
🚀 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ItsTheSky committed Feb 13, 2022
1 parent 2807645 commit 2c7d25e
Show file tree
Hide file tree
Showing 2 changed files with 62 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
}

group = 'info.itsthesky'
version = '2.2.0'
version = '2.3.0'

repositories {
mavenCentral()
Expand Down
64 changes: 61 additions & 3 deletions src/main/resources/langs/en_US.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
{
"lang_version": "2.2.0",
"lang_version": "2.3.0",
"abilities": {
"item_throw": {
"lore": [
"&8Make the item throwable, using right-click"
],
"name": "&9Item Throw"
},
"parameters": {
"ability_forcelore": [
"&8Change how strong the ability will be."
],
"ability_cooldownname": "&5Cooldown",
"ability_forcename": "&5Force",
"ability_cooldownlore": [
"&8Change how long (in seconds) the player must",
"&8wait before re-using this ability."
]
}
},
"true": "&aTrue",
"false": "&cFalse",
"property": {
Expand Down Expand Up @@ -54,6 +73,12 @@
"&7Click here to change the value.",
"&7Current value: &6%1"
],
"abilities": {
"lore": [
"&8Manage current abilities and their parameters."
],
"name": "&6Abilities"
},
"property_require": "&cThis property require: %1",
"skull_owner": {
"lore": [
Expand Down Expand Up @@ -228,29 +253,38 @@
"parsing_number": "&eEnter in the chat the desired integer.",
"wrong_number": "&cWrong number format.",
"first_page": "&eYou are on the first page.",
"ability_added": "&aThis ability has been added!",
"wrong_potion_effect": "&cThe potion effect format is wrong, it must follow '&4EFFECT DURATION AMPLIFIER&c' format.",
"ability_already_added": "&6This ability is already added.",
"enter_ability_id": "&eEnter in the chat the ability ID (use &6/ic list abilities&e to get a list of them)",
"wrong_entity_type": "&cWrong entity type! Use &4/ic list entities&c to get a list of them.",
"parsing_potion_effects": "&eEnter in the chat the potion effect, followed by the duration and the amplifier ('&6EFFECT DURATION AMPLIFIER&e')",
"last_page": "&eThere's no more property page to show.",
"custom_item": "&eEnter in the chat the custom item's ID.",
"enter_parameter_value": "&eEnter in the chat the new parameter value",
"parsing_material": "&eEnter, in the chat, the new material you want this item have.",
"display_name": "&eEnter in the chat the new custom name. (support color code)",
"enter_item_id": "&eEnter in the chat the new unique id of your item.",
"parsing_lore": "&eEnter in the chat the new line of the lore you want to add.",
"property_require_format": " &6→ &e%1",
"item_already_exist": "&cAn item with that id already exist.",
"entity_type": "&eEnter in the chat the entity type. Use &6/ic list entities&e to get a list of them.",
"ability_on_cooldown": "&eThis ability is on cooldown! You must wait &6%1 seconds&e before using it again.",
"success": "&aThis property has been changed!",
"parsing_custom_model_data": "&eEnter in the chat the new Custom Model Data integer.",
"parsing_attributes": "&eEnter in the chat the attribute format: &6ATTRIBUTE : OPERATION : VALUE&7 : SLOT\n&eYou can check these enumerations using &6/is list <slots|attributes|operations>&e!",
"wrong_attribute": "&cWrong attribute format!",
"parameter_changed": "&aThis parameter has been changed!",
"wrong_material": "&cUnknown material.",
"rarity": "&eEnter in the chat the new rarity of your item."
"rarity": "&eEnter in the chat the new rarity of your item.",
"wrong_ability_id": "&cWrong ability ID"
},
"gui": {
"title": {
"editor": "&6Item Editor &7(%1)",
"list": "&6Custom Items &7(%1)"
"abilities_list": "&6Item Abilities",
"list": "&6Custom Items &7(%1)",
"parameters": "&6Parameters"
},
"items": {
"general_lore": [
Expand All @@ -260,6 +294,13 @@
"&4Control + Drop&c to DELETE this item."
],
"next": "&eNext Page",
"no_abilities": {
"lore": [
"&cThere's no abilities attached to",
"&cthis item. Use the slimeball to add a new one."
],
"name": "&4No abilities!"
},
"give_info": [
"&1",
"&7Click here to give you the Custom Item;",
Expand All @@ -275,6 +316,13 @@
],
"name": "&6Page Information:"
},
"add_ability": {
"lore": [
"&7Click here to add a new ability",
"&7using its ID (/ic list abilities)"
],
"name": "&aAdd Ability"
},
"back": "&cBack",
"create": {
"lore": [
Expand All @@ -290,6 +338,16 @@
"&7been already created."
],
"name": "&eAre you lost?"
},
"no_items": {
"lore": [
"&cYou can use the slime ball to create",
"&ca new custom item (will ask for an unique ID)",
"&c",
"&cYou can also use &4/ic generate_default&c in",
"&corder to generate default IC items."
],
"name": "&4No Items!"
}
}
}
Expand Down

0 comments on commit 2c7d25e

Please sign in to comment.