Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

config-translate of Chinese.yml #106

Open
wants to merge 313 commits into
base: 5.2
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
313 commits
Select commit Hold shift + click to select a range
aae67ef
Add spawn delay on mob death (#160)
ploppyperson Dec 5, 2020
b149217
Fix leads being dropped when stack is killed on a leash.
ploppyperson Dec 8, 2020
d496026
5.4 (#163)
ploppyperson Dec 20, 2020
1edf9ce
Make sure that when merging two stacks with a combined size larger th…
ploppyperson Jan 3, 2021
c56634d
Update pom
ploppyperson Jan 3, 2021
41d699d
Fix stack threshold removing stacks with a size bigger than one. (#165)
ploppyperson Jan 3, 2021
f4e3d21
Add spawn reason blacklist for death amount types.
ploppyperson Jan 6, 2021
be5ea76
Remove unnecessary conversion of DeathType to string when determining…
ploppyperson Jan 6, 2021
08248c9
Increment version.
ploppyperson Jan 6, 2021
9583acd
Add spigot javadoc references to config
ploppyperson Jan 6, 2021
3ed1bf8
Add missed javadoc references
ploppyperson Jan 6, 2021
7f7dec1
Add missing Paper checks
ploppyperson Jan 7, 2021
6518a54
Add missing Paper checks again
ploppyperson Jan 7, 2021
eb3a99c
Add paper nag
ploppyperson Jan 7, 2021
d005d1d
Replace depreciated method.
ploppyperson Jan 11, 2021
f928cb2
Use ordinal instead
ploppyperson Jan 13, 2021
1426a43
Fixes tool (#170)
Aurelien30000 Jan 16, 2021
bd8488d
Fix parsing of int values when getting double values from config.
ploppyperson Jan 18, 2021
b7eed68
Use predicates in forcestack subcommand.
ploppyperson Jan 23, 2021
4622fe7
Use EquipmentSlots in DrownedItem trait class.
ploppyperson Feb 3, 2021
ddb013e
store reference of tag class
ploppyperson Feb 5, 2021
a104898
misc StackEntity changes
ploppyperson Feb 5, 2021
ed59b93
Move Tag and TagMode into StackEntity
ploppyperson Feb 5, 2021
0e211fd
Add ability to prevent mythicmobs from stacking.
ploppyperson Feb 6, 2021
a1ae304
Add ability to remove stack data on newly spawned entities.
ploppyperson Feb 7, 2021
9ce005e
Stacking tool improvements.
ploppyperson Feb 7, 2021
5ffb27e
Add a few couple checks in item pickup listener.
ploppyperson Feb 8, 2021
a599030
Remove hand items when spawning drowned with DROWNED spawn reason. (#…
ploppyperson Feb 8, 2021
d49026b
Fixes merging inconsistency (#171)
Aurelien30000 Feb 13, 2021
0ab00c0
Increment version.
ploppyperson Feb 15, 2021
7d901e1
Turtle has egg trait (#188)
HauserGrim Feb 19, 2021
9a47a96
Create LICENSE
ploppyperson Mar 13, 2021
36d05ca
Add distance utility method.
ploppyperson Mar 13, 2021
7ae82ee
Update pom
ploppyperson Mar 13, 2021
f9cfd78
Fix boolean being inverted
ploppyperson Mar 13, 2021
864af8a
Store version compatibility in constants.
ploppyperson Mar 19, 2021
fefa892
Add potion effect merging and trait.
ploppyperson Mar 19, 2021
08957a4
Change location of multiplied drops (fixes #194)
ploppyperson Mar 21, 2021
7e6e5ac
Add option to only attempt to stack entities if they have moved.
ploppyperson Mar 21, 2021
d6b17e5
misc config changes
ploppyperson Mar 21, 2021
47a28d2
Add debug message
ploppyperson Mar 21, 2021
6cb4b59
Merge branch 'master' into 5.5
ploppyperson Mar 21, 2021
09923f6
Merge branch '5.5'
ploppyperson Mar 21, 2021
725f575
Merge branch 'master' of https://github.com/Nathat23/StackMob-5
ploppyperson Mar 21, 2021
2b8c757
Add null check
ploppyperson Mar 27, 2021
8b3e4f6
Use HashMap rather than HashSet to store loaded stacked entities.
ploppyperson Mar 28, 2021
d316c91
Add ClearLagg support.
ploppyperson Mar 31, 2021
a502876
Add to README.md
ploppyperson Mar 31, 2021
5a019d9
Increment version
ploppyperson Mar 31, 2021
1848f46
Forgot to register ClearLagg hook...
ploppyperson Mar 31, 2021
ba59d04
April
ploppyperson Mar 31, 2021
a784a35
Increment version.
ploppyperson Mar 31, 2021
7825d20
Fix entities not being registered on Paper servers.
ploppyperson Apr 1, 2021
53182d3
Increment version.
ploppyperson Apr 1, 2021
b4d43f1
Use CodeMC nms repository
ploppyperson Apr 2, 2021
40be192
It is no longer the first day of April.
ploppyperson Apr 3, 2021
a4f6340
Update bStats
ploppyperson Apr 3, 2021
d4275e1
Revert "Update bStats"
ploppyperson Apr 3, 2021
7f2aa59
CodeMC Nexus deployment
ploppyperson Apr 6, 2021
18fc4cd
Add details to README
ploppyperson Apr 6, 2021
07b0605
Optimise death drops generation.
ploppyperson Apr 7, 2021
b12a7f3
Misc changes
ploppyperson Apr 7, 2021
59a71eb
Only drop items from block above when shearing
ploppyperson Apr 8, 2021
2bad409
Add divide option on bucket fill (#210)
Aurelien30000 Apr 13, 2021
24d0596
Add VillagerProfession trait (#211)
Aurelien30000 Apr 13, 2021
7eb316c
Add MyPet hook
ploppyperson Apr 18, 2021
5377fd0
Store config gets in variables
ploppyperson Apr 25, 2021
794c575
Increment version
ploppyperson Apr 25, 2021
7b12010
Use base value for KillStepDamage unless a potion effect is active.
ploppyperson May 5, 2021
005322f
Fix compilation error.
ploppyperson May 15, 2021
59aaaf0
Fix spelling of ClearLag
ploppyperson May 15, 2021
3911883
Add missing soft depends
ploppyperson May 16, 2021
496bc59
Remove player requirement for /sm remove
ploppyperson May 26, 2021
37ea89c
Move turtle trait registration
ploppyperson May 27, 2021
8a53aba
Fix trait version check.
invalid-email-address May 28, 2021
ff4a09f
Add option to disable stacking on spawn
ploppyperson May 28, 2021
a3631ac
Set stack size when spawning entity.
ploppyperson May 28, 2021
cd73da4
Increment version
ploppyperson May 29, 2021
4debca2
Increment version
ploppyperson May 29, 2021
afbb004
Fix error when durability of shears in dispenser is 1.
ploppyperson May 29, 2021
56040fa
New health value is too high - Maybe fix it this time?
ploppyperson May 29, 2021
626d82a
cleanup
ploppyperson May 30, 2021
ba84405
Increment version
ploppyperson Jun 4, 2021
d5023d4
5.6 (#220)
ploppyperson Jun 15, 2021
31437ba
Minor fixes
Aurelien30000 Jun 18, 2021
8fe791d
Use non depreciated method
ploppyperson Jun 18, 2021
6dc5946
Merge branch 'Aurelien30000-patch-1'
ploppyperson Jun 18, 2021
b056e12
Add temporary fix for entity loading issues in 1.17 builds (#223)
ploppyperson Jun 19, 2021
db44863
Increment version
ploppyperson Jun 19, 2021
8a7fde5
Use 1.17 Paper repo, remove temporary reflection
ploppyperson Jun 20, 2021
539836e
Check if entity is being removed during merge task
ploppyperson Jun 21, 2021
10f292c
Increment version
ploppyperson Jun 21, 2021
c3426de
Increase interval of spigot compatibility task.
ploppyperson Jul 9, 2021
06621ce
Minecraft 1.17.1 and revert to Java 11.
ploppyperson Jul 10, 2021
8754509
Fix TagTask bugs
ploppyperson Jul 10, 2021
bf8f776
Fix TagTask not running on 1.16 servers
ploppyperson Jul 30, 2021
183c058
Fix BucketListener, support Axolotl (fixes #227)
ploppyperson Aug 8, 2021
30b9c6b
Add more debug info (#230)
ploppyperson Aug 24, 2021
066eaed
Check if stack threshold is disabled.
ploppyperson Aug 27, 2021
1001b47
5.7 (#231)
ploppyperson Sep 5, 2021
da72317
5.7.1 (#233)
ploppyperson Sep 14, 2021
f60c391
Fix config bug
ploppyperson Sep 14, 2021
4f79433
Add null check
ploppyperson Sep 19, 2021
8ca602d
Add slice mode for entity explosion (#234)
ploppyperson Oct 24, 2021
732122d
Copy stack size for all entity transformation (fixes #236)
ploppyperson Oct 24, 2021
ea6c251
Update for 1.18 and increment version
ploppyperson Nov 30, 2021
2a9a8eb
Fix paper detection (fixes #238)
ploppyperson Dec 5, 2021
8c66238
Increment version
ploppyperson Dec 6, 2021
bb1abb9
Prevent transformed entities from becoming a stack entity, when the o…
ploppyperson Dec 20, 2021
c6f7699
Check if world has changed before checking if entity has moved
ploppyperson Jan 4, 2022
832a1f7
Only print error message once.
ploppyperson Jan 6, 2022
45db5a9
Update for Minecraft 1.18.2
ploppyperson Apr 3, 2022
6239391
Increment version
ploppyperson Apr 3, 2022
cb5eaa1
Update for MythicMobs 5
ploppyperson Apr 4, 2022
5213ae2
Update for MythicMobs 5 (pt2)
ploppyperson Apr 4, 2022
2401d3a
Fix stack data not removed when entity is spawned by transformation
ploppyperson Apr 4, 2022
6232775
Increment version
ploppyperson Apr 9, 2022
25b3070
Allow stacked villagers to always drop items. (#249)
cpaca Apr 11, 2022
4c234d5
Fix compile error
ploppyperson Apr 16, 2022
7ae9fc0
Update for Spigot 1.19
ploppyperson Jun 7, 2022
43de1f3
Support breeding frogs
ploppyperson Jun 8, 2022
c4a2255
Add frog variant trait
ploppyperson Jun 8, 2022
53d740c
Fix stack task ending early.
ploppyperson Jun 8, 2022
5156b5b
Increment version
ploppyperson Jun 8, 2022
97abc2b
Update dependencies
ploppyperson Jun 9, 2022
200a737
5.8 (#253)
ploppyperson Jul 16, 2022
97f0bc3
Use bukkit library loader rather than shading (fixes #254)
ploppyperson Jul 20, 2022
1fe2e3b
Fix spigot support
ploppyperson Jul 20, 2022
5237104
Use apache commons 3
ploppyperson Jul 20, 2022
99c94f3
Update maven shade plugin
ploppyperson Jul 20, 2022
608c166
Use legacy component serializer rather than whatever we were doing be…
ploppyperson Jul 22, 2022
66a28c0
Use concurrent hash map
ploppyperson Jul 23, 2022
3508560
Add adventure dependency
ploppyperson Jul 23, 2022
d22b363
Use more adventure
ploppyperson Jul 23, 2022
3657617
Increment version
ploppyperson Jul 23, 2022
709f113
Fix pom
ploppyperson Jul 23, 2022
f51f07f
Attempt to fix #256
ploppyperson Jul 26, 2022
5a27821
Fix config path for slime split
ploppyperson Jul 26, 2022
fac24d1
Check world when ray tracing
ploppyperson Jul 27, 2022
6674663
EntityConfig add null checks
ploppyperson Jul 28, 2022
d277378
Fix swapped armor stand adjustment
ploppyperson Jul 28, 2022
f810c7e
Compile against 1.19.1
ploppyperson Jul 28, 2022
dcaaf38
another attempt at fixing #256
ploppyperson Jul 29, 2022
4b036ce
Fix forcestack stacking blacklisted types
ploppyperson Jul 29, 2022
3c66634
Fix use of generic config when an entity is present
ploppyperson Jul 29, 2022
327b895
Add allay owner trait (#257)
ploppyperson Jul 29, 2022
92e3189
Type genericfy traits
ploppyperson Jul 29, 2022
c3c3430
Add abstract class to store the class object of the type parameter
ploppyperson Jul 29, 2022
1aa3c02
Revert "Add abstract class to store the class object of the type para…
ploppyperson Jul 30, 2022
febcf4f
Use map to store entity traits
ploppyperson Jul 30, 2022
1c82417
Fix allay not having version check
ploppyperson Jul 30, 2022
eb25ddb
Add null checks
ploppyperson Jul 30, 2022
d9f138c
Fix incorrect config path
ploppyperson Jul 30, 2022
cb576b3
Use EnumMap
ploppyperson Jul 31, 2022
b75d2c6
Increment version
ploppyperson Jul 31, 2022
320347e
Add apache commons to plugin.yml libraries
ploppyperson Aug 1, 2022
4ebcc30
Add null check (fixes #258)
ploppyperson Aug 3, 2022
08e1f10
Use ternary operator
ploppyperson Aug 4, 2022
dc18b72
Don't tab complete if sub command argument is incorrect
ploppyperson Aug 7, 2022
c074e73
Check magnitude of vector
ploppyperson Aug 13, 2022
731f100
Move ray trace function
ploppyperson Aug 13, 2022
da981a3
Add ray tracing to check if stacks can see each other
ploppyperson Aug 13, 2022
93962d1
Update dependencies
ploppyperson Aug 13, 2022
5ee0d6d
Don't give stack data to entities that belong to hooks
ploppyperson Aug 13, 2022
191d2cb
Change nametag handling
ploppyperson Aug 14, 2022
d0ee6fe
Fix update downloader
ploppyperson Aug 14, 2022
2aa4cc6
Fix setting of config comments
ploppyperson Aug 14, 2022
4c2f2db
Update README.md
ploppyperson Aug 14, 2022
76f07b9
Increment version
ploppyperson Aug 14, 2022
0f7fbe1
Revert "Increment version"
ploppyperson Aug 14, 2022
3111b6b
Fix traits not being assigned for every applicable entity type
ploppyperson Aug 14, 2022
39ce289
Increment version
ploppyperson Aug 14, 2022
c6cab74
Don't remove nametags
ploppyperson Aug 14, 2022
1983d9e
Try shading again
ploppyperson Aug 15, 2022
d80e7c1
Fix 1.16.5 support
ploppyperson Aug 15, 2022
772cbad
Fix casting error (#260)
ploppyperson Aug 23, 2022
5e99c31
Remove cast (#260)
ploppyperson Aug 23, 2022
d3fd310
Fix command validation when not enough required args provided
ploppyperson Aug 30, 2022
432352f
More remove command functionality
ploppyperson Aug 30, 2022
23bb969
Format enum when displayed in cmd
ploppyperson Aug 30, 2022
6dcb36d
Add chunk option to forcestack
ploppyperson Aug 31, 2022
bfdc4e5
Fix inconsistency
ploppyperson Aug 31, 2022
e5b74af
Increment version
ploppyperson Aug 31, 2022
112bfb5
Add ability to set a fixed offset for armor stand name tags
ploppyperson Oct 26, 2022
7d6c37f
Support 1.19.3
ploppyperson Dec 16, 2022
3a0a11e
Fix issues with fake armour stands
ploppyperson Dec 17, 2022
922572f
Increment version
ploppyperson Dec 20, 2022
592d8c8
Fix PlayerArmorStandListener "leak" (#270)
Aurelien30000 Dec 30, 2022
c77acc7
Make it so jobs rewards are multiplied
ploppyperson Jan 27, 2023
e766254
Remove apache commons dependency
ploppyperson Feb 7, 2023
93d8d5f
Remove the rest of apache commons
ploppyperson Feb 7, 2023
005986d
Fix small typo
Aurelien30000 Feb 8, 2023
8ec8248
Remove debug code
Aurelien30000 Feb 8, 2023
acc2d86
Update for 1.19.4
ploppyperson Mar 18, 2023
b5a092a
Fix ProtocolLib on 1.19x servers
ploppyperson Mar 18, 2023
07c221f
Cleanup
ploppyperson Mar 19, 2023
a454232
Increment version
ploppyperson Mar 19, 2023
f2e5b3d
Add support for Folia
Yive Mar 24, 2023
9a23858
Update to latest Folia build
Yive Mar 25, 2023
01c721c
Fix checking for incorrect NMS version
ploppyperson Mar 28, 2023
50d6ee0
Fix for #264
ploppyperson Apr 15, 2023
35d7858
Maybe fix NPE (#274)
ploppyperson Apr 30, 2023
0a34837
Update NMS for 1.20
ploppyperson Jun 7, 2023
15e54bf
Increment version
ploppyperson Jun 10, 2023
18255c1
Create Schedulers
Yomamaeatstoes Aug 11, 2023
8c957d0
Merge branch 'master' into master-1
Yomamaeatstoes Aug 11, 2023
faaf9e4
Fix merge error and pom
ploppyperson Aug 12, 2023
4a82813
Adds folia support
ploppyperson Aug 12, 2023
fa767a6
Remove unneeded alphabet check
ploppyperson Sep 26, 2023
ea5b417
Temp fix for 1.20.2
ploppyperson Oct 6, 2023
567db0d
Increment version
ploppyperson Oct 19, 2023
6267a4c
Merge branch 'master' into folia
HSGamer Nov 26, 2023
ca87f1f
update dependencies
HSGamer Nov 26, 2023
24878bb
fix the folia check
HSGamer Nov 26, 2023
0957b63
Merge branch 'HSGamer-folia' into folia
ploppyperson Dec 9, 2023
056c62b
Update for 1.20.4
ploppyperson Dec 17, 2023
f1ffe25
Remove idea of native version
ploppyperson Dec 29, 2023
3ed7f75
Add check for protocollib when getting tag mode value
ploppyperson Dec 29, 2023
b1bfd46
Add timeout for check-location
ploppyperson Dec 31, 2023
05f52dd
Increment version
ploppyperson Dec 31, 2023
76ab7de
Update adventure
ploppyperson Jan 1, 2024
ac73a8c
Include kyori option library
ploppyperson Jan 1, 2024
8ad0ad0
Merge branch 'master' into folia
HSGamer Jan 2, 2024
db9e887
fix merge
HSGamer Jan 2, 2024
fced412
merge tasks to reduce duplicated code
HSGamer Jan 2, 2024
246ca65
Increment version
ploppyperson Jan 2, 2024
ad4656e
Merge branch 'HSGamer-folia' into folia
ploppyperson Jan 7, 2024
bf15a8a
moved IS_FOLIA to Utilities
SuperRonanCraft Jan 20, 2024
7f1b39c
Increment version
ploppyperson Jan 2, 2024
9a6eaca
Merge branch 'SuperRonanCraft-folia' into folia
ploppyperson Feb 2, 2024
eb58efc
Replace package checking with string checking for server version
ploppyperson Feb 18, 2024
62005fa
Remove automatic downloading of StackMobBridge
ploppyperson Feb 18, 2024
714e998
Add option to disable knockback for entities
ploppyperson Apr 8, 2024
0172350
Update for 1.20.6
ploppyperson May 4, 2024
322835e
Merge branch '5.9-knockback' into 5.9
ploppyperson May 4, 2024
e0578bc
Merge remote-tracking branch 'origin/folia' into 5.9
ploppyperson May 4, 2024
f504063
Use paper method to get next entity id
ploppyperson May 25, 2024
d18898a
Check when loading entity classes whether entity type is that of a Mo…
ploppyperson May 25, 2024
f846e79
Make sure to create config for UNKNOWN entity type
ploppyperson May 30, 2024
33262d8
Fix incorrect id used when packets sent after spawn packet is sent
ploppyperson Jun 13, 2024
9634755
Increment version
ploppyperson Jun 13, 2024
7e2dd33
Actually register listener
ploppyperson Jun 13, 2024
f6a804e
Run on 1.21
ploppyperson Jun 16, 2024
3729776
Increment version
ploppyperson Jul 12, 2024
f7697e0
Fix loading on craftbukkit
ploppyperson Jul 14, 2024
c2300a3
Revert to Java 17
ploppyperson Jul 15, 2024
cde56de
Workaround for #292
ploppyperson Jul 18, 2024
9c84652
Increment version
ploppyperson Jul 18, 2024
a150743
Remove debug
ploppyperson Jul 30, 2024
92b6594
Fix for #264
ploppyperson Sep 8, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
115 changes: 113 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,113 @@
# Project exclude paths
/target/
# User-specific stuff
.idea/

*.iml
*.ipr
*.iws

# IntelliJ
out/

# Compiled class file
*.class

# Log file
*.log

# BlueJ files
*.ctxt

# Package Files #
*.jar
*.war
*.nar
*.ear
*.zip
*.tar.gz
*.rar

# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*

*~

# temporary files which can be created if a process still has a handle open of a deleted file
.fuse_hidden*

# KDE directory preferences
.directory

# Linux trash folder which might appear on any partition or disk
.Trash-*

# .nfs files are created when an open file is removed but is still being accessed
.nfs*

# General
.DS_Store
.AppleDouble
.LSOverride

# Icon must end with two \r
Icon

# Thumbnails
._*

# Files that might appear in the root of a volume
.DocumentRevisions-V100
.fseventsd
.Spotlight-V100
.TemporaryItems
.Trashes
.VolumeIcon.icns
.com.apple.timemachine.donotpresent

# Directories potentially created on remote AFP share
.AppleDB
.AppleDesktop
Network Trash Folder
Temporary Items
.apdisk

# Windows thumbnail cache files
Thumbs.db
Thumbs.db:encryptable
ehthumbs.db
ehthumbs_vista.db

# Dump file
*.stackdump

# Folder config file
[Dd]esktop.ini

# Recycle Bin used on file shares
$RECYCLE.BIN/

# Windows Installer files
*.cab
*.msi
*.msix
*.msm
*.msp

# Windows shortcuts
*.lnk

target/

pom.xml.tag
pom.xml.releaseBackup
pom.xml.versionsBackup
pom.xml.next

release.properties
dependency-reduced-pom.xml
buildNumber.properties
.mvn/timing.properties
.mvn/wrapper/maven-wrapper.jar
.flattened-pom.xml

# Common working directory
run/
Loading