Files
commands/.gitignore
T
Gabik21MC 961009a77c Support old user names (#133)
Recently a player with a two letter account joined on my server and I noticed that the context resolver for the player interface does not work. This PR also fixes crazy names like these:
https://de.namemc.com/profile/%24.1
https://de.namemc.com/profile/u.1
2018-05-29 11:04:14 -04:00

32 lines
409 B
Plaintext

*.class
.DS_Store
# Mobile Tools for Java (J2ME)
.mtj.tmp/
.idea/workspace.xml
.idea/dictionaries
.idea/misc.xml
.idea/libraries
.idea/uiDesigner.xml
.idea/kotlinc.xml
.idea/modules.xml
**/*.iml
# Package Files #
*.jar
*.war
*.ear
*/target
target
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*
# eclipse project file
.settings/
.classpath
.project