"user_not_exist":"The user with an ID of '%s' does not exist.",
...
...
@@ -290,9 +247,9 @@
"description":"Sends mail to the specified user. The usage of this command changes based on its composition state"
},
"sendMessage":{
"usage":"Usage: sendmessage <player> <message>",
"usage":"Usage: sendmessage <message>",
"success":"Message sent.",
"description":"Sends a message to a player as the server"
"description":"Sends a message to a player as the server. If used with no target, sends to all players on the server."
},
"setFetterLevel":{
"usage":"Usage: setfetterlevel <level>",
...
...
@@ -301,25 +258,14 @@
"level_error":"Invalid fetter level.",
"description":"Sets your fetter level for your current active character"
},
"setProp":{
"usage":"Usage: setprop|prop <prop> <value>\n\tValues for <prop>: godmode | nostamina | unlimitedenergy | abyssfloor | worldlevel | bplevel\n\t(cont.) see PlayerProperty enum for other possible values, of form PROP_MAX_SPRING_VOLUME -> max_spring_volume",
"description":"Sets accountwide properties. Things like godmode can be enabled this way, as well as changing things like unlocked abyss floor and battle pass progress."
"specify_player_id":"You must specify a player ID.",
"invalid_position":"Invalid position.",
"exists_error":"The specified scene does not exist.",
"success":"Teleported %s to %s, %s, %s in scene %s.",
"description":"Change the player's position"
},
"unlimitenergy":{
"success":"UnlimitEnergy is now %s for %s.",
"config_error":"Command is disabled, because energyUsage is false in config.json.",
"description":"Use the element does not waste energy"
},
"unlocktower":{
"success":"Abyss Corridor's Floors are all unlocked now.",
"description":"Unlock all levels of tower"
},
"weather":{
"usage":"Usage: weather [weatherId] [climateType]\nWeather IDs can be found in WeatherExcelConfigData.json.\nClimate types: sunny, cloudy, rain, thunderstorm, snow, mist",
"success":"Set weather ID to %s with climate type %s.",
...
...
@@ -394,18 +332,16 @@
"description":"Changes weather ID and climate type. Weather IDs can be found in WeatherExcelConfigData.json.\nClimate types: sunny, cloudy, rain, thunderstorm, snow, mist"
},
"ban":{
"command_usage":"Usage: ban <playerId> [timestamp] [reason]",
"command_usage":"Usage: ban <@playerId> [timestamp] [reason]",
"user_not_exist":"L'utilisateur avec l'identifiant '%s' n'existe pas.",
...
...
@@ -302,16 +279,12 @@
"level_error":"Niveau d'affinité invalide.",
"description":"Défini le niveau d'affinité de votre personnage actif"
},
"setProp":{
"usage":"Usage: setprop|prop <prop> <value>\n\tValues for <prop>: godmode | nostamina | unlimitedenergy | abyssfloor | worldlevel | bplevel\n\t(cont.) see PlayerProperty enum for other possible values, of form PROP_MAX_SPRING_VOLUME -> max_spring_volume",
"description":"Sets accountwide properties. Things like godmode can be enabled this way, as well as changing things like unlocked abyss floor and battle pass progress."
"invalid_avatar_or_player_id":"Błędne ID postaci lub gracza."
},
"give":{
"usage":"Użycie: give <gracz> <id przedmiotu | nazwa przedmiotu> [ilość] [poziom] [refinement]",
"usage":"Użycie: give <gracz> <id przedmiotu | avatarID> [ilość] [poziom] [refinement]",
"refinement_only_applicable_weapons":"Ulepszenie można zastosować tylko dla broni.",
"refinement_must_between_1_and_5":"Ulepszenie musi być pomiędzy 1, a 5.",
"given":"Dano %s %s dla %s.",
"given_with_level_and_refinement":"Dano %s z poziomem %s, ulepszeniem %s %s razy dla %s",
"given_level":"Dano %s z poziomem %s %s razy dla %s"
"given_level":"Dano %s z poziomem %s %s razy dla %s",
"given_avatar":"Dano %s z poziomem %s dla %s."
},
"godmode":{
"success":"Godmode jest teraz %s dla %s."
...
...
@@ -241,16 +228,13 @@
"success":"Poziom przyjaźni ustawiono na: %s",
"level_error":"Błędny poziom przyjaźni."
},
"setProp":{
"usage":"Usage: setprop|prop <prop> <value>\n\tValues for <prop>: godmode | nostamina | unlimitedenergy | abyssfloor | worldlevel | bplevel\n\t(cont.) see PlayerProperty enum for other possible values, of form PROP_MAX_SPRING_VOLUME -> max_spring_volume",
"description":"Sets accountwide properties. Things like godmode can be enabled this way, as well as changing things like unlocked abyss floor and battle pass progress."