mirror of
https://github.com/aikar/commands.git
synced 2026-05-31 06:11:55 +00:00
961009a77c
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
32 lines
409 B
Plaintext
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
|
|
|