Since with the newest update I added multi-language support now I need translators for missing languages:
- ro-RO
The task is simple, I just need you to translate 6 lines of text
The file to translate is this and translated one send me on discord Penelopeep#7963, or make pull request if you want ¯\(ツ)/¯
You'll be included in this readme
Also, I updated one command and translated it with Google Translator, let me know if it's bad.
Simple, mostly stolen script from one of pr in official gc, which allows to quickly change traveller element.
I just changed it to plugin and added multi-language support.
Download the newest release from releases pages
Or download and extract jar
file from zip in the newest package (may include functions not available in release package) from actions
Place jar
file inside GrasscutterFolder/Plugins
Restart server if it's running already
Use /se {element} or /switchelement {element} <constellation number[0-6]>
Elements: white/anemo/geo/electro/dendro
white = no element
Also you can use alternative names:
- Anemo: Air, Wind
- Cryo: Ice
- Dendro: Grass, Plant
- Geo: Rock
- Hydro: Water
- Pyro: Fire
- White: Common
I don't know why would you want to build it but:
- Clone project with
git clone https://github.com/Penelopeep/SwitchElementTraveller.git
- Download maven from apache website
- Open command prompt/powershell in your project folder (Sorry Linux and MacOS users, you'll need to find your own way for this)
- Run mvn package
- Now jar file should be in new target folder
-
hartie95#8966 for amazing help with rewriting code
-
RomanF#0609 for Russian translation
-
tingtong#5633 and millet6 for Chinese translation.
-
Julienraptor01 for correcting French translation.
-
Praë#0009 for French translations, help with traveller constellation and for being awesome!
-
Dark master#9831 for Arabic translation.
-
RBNXI for Spanish translation.
-
924-YE and 2211010617 for motivating me to finally making constellation picker.
-
seria#5334 for Traditional Chinese translation.
-
Yuuki for a better way of applying new element
-
Original pr: Grasscutters/Grasscutter#1287
The plugin is based on plugin template from Grasscutters GitHub.