mirror of
https://github.com/songoda/UltimateModeration.git
synced 2024-11-22 10:15:55 +01:00
6f0c8a8ee2
- Changed the vanish command so all mobs stop targeting the vanished player. - Added an listener to cancel target events on vanished players
35 lines
375 B
Plaintext
35 lines
375 B
Plaintext
# Compiled class file
|
|
*.class
|
|
|
|
# Log file
|
|
*.log
|
|
|
|
# BlueJ files
|
|
*.ctxt
|
|
|
|
# Mobile Tools for Java (J2ME)
|
|
.mtj.tmp/
|
|
|
|
# Package Files #
|
|
*.jar
|
|
*.war
|
|
*.nar
|
|
*.settings
|
|
*.ear
|
|
*.zip
|
|
*.tar.gz
|
|
*.rar
|
|
|
|
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
|
|
hs_err_pid*
|
|
/.gradle/
|
|
/.settings/
|
|
/.idea/
|
|
/build/
|
|
/bin/
|
|
/target/
|
|
*.iml
|
|
src/\.DS_Store
|
|
|
|
\.DS_Store
|