fix bin files being commited, continue working on porting..

This commit is contained in:
Soph :3 2024-12-01 16:46:39 +02:00
parent 2f5a4bc647
commit 93e55984a5
Signed by: sophie
GPG key ID: EDA5D222A0C270F2
41 changed files with 280 additions and 68 deletions

View file

@ -1,14 +0,0 @@
{
"no_chat_command_enabled": "AnimalRP's chat modifications are now enabled for you.",
"no_chat_command_disabled": "AnimalRP's chat modifications are now disabled for you.",
"animal_not_set": "You do not have a animal set.",
"animal_removed": "You no longer have a animal set.",
"animal_set": "You are now an %s! ",
"your_options": "Your options are: ",
"invalid_animal": "Invalid animal!",
"tf_off": "Use /tf off to disable the changes.",
"only_animals": "Only animals can interact with other animals :(",
"no_console": "I'm sorry console.",
"no_self_argument": "You can't %1 yourself.",
"not_animal": "%1 is not an animal :("
}

View file

@ -4,7 +4,6 @@ import java.util.HashMap;
import java.util.UUID;
import ovh.sad.animalrp.common.util.Animal;
import ovh.sad.animalrp.common.util.HashmapStore;
public interface AnimalRP {
public static final String MOD_ID = "animal-rp";
@ -23,7 +22,7 @@ public interface AnimalRP {
furry animal mod
by fucksophie
rewritten for paper & fabric on October 5th
development restarted November 29th
""";

View file

@ -10,5 +10,20 @@
"only_animals": "Only animals can interact with other animals :(",
"no_console": "I'm sorry console.",
"no_self_argument": "You can't %1 yourself.",
"not_animal": "%1 is not an animal :("
"not_animal": "%1 is not an animal :(",
"include_user": "Include a user!",
"no_player_found": "I can't find this player :(",
"headpats_to_target": "%s petted you! %s",
"headpats_to_self": "You petted %s! %s",
"kiss_to_target": "%s kissed you.. 0////0 %s",
"kiss_to_self": "You kissed %s.. 0////0 %s",
"bite_to_target": "%s bit you!! Σ(っ゚Д゚)っ %s",
"bite_to_self": "You bit %s! (○`д´)ノシ %s",
"scratch_to_target": "%s SCRATCHES YOU! Ow! %s",
"scratch_to_self": "You channel your inner evil, and scratch %s! %s",
"hug_to_target": "%s hugs you! How heartwarming. %s",
"hug_to_self": "You hug %s! How heartwarming. %s",
"cuddle_to_target": "%s cuddles with you. %s",
"cuddle_to_self": "You and %s start cuddling. How cute! %s"
}