Commit Graph

268 Commits

Author SHA1 Message Date
Intelli
ac1726a1a5 Added base Polish language file 2021-07-27 13:20:29 -06:00
Intelli
aeba1918f3 Changed name of "coreprotect.lookup.item" permission to "coreprotect.lookup.inventory" 2021-07-26 18:49:39 -06:00
Intelli
490b5eb0ee Removed unnecessary array length check 2021-07-26 18:09:17 -06:00
Intelli
40b52fa321 Changed all timestamp values utilized by the API to long types 2021-07-26 18:00:21 -06:00
Intelli
3c82dc337a Simplified regex when parsing server version 2021-07-26 17:56:30 -06:00
Intelli
f6f9c27f08 Added private constructors to utility classes 2021-07-26 17:34:45 -06:00
蘭蘭露 Flandre_tw
a7eb6a48c9
Fix Traditional Chinese translation (#54)
* Fix Traditional Chinese translation 

Fixed some wrong usages and punctuations.

* Update zh-tw.yml

* Apply suggestions from code review

Co-authored-by: KID <jyhsu2000@yahoo.com.tw>

* Reverted colon punctuation marks to english characters

* Fixed spacing in zh-tw.yml

Co-authored-by: Intelli <6790859+Intelli@users.noreply.github.com>
Co-authored-by: KID <jyhsu2000@yahoo.com.tw>
2021-07-26 14:32:02 -06:00
Intelli
40ff1e7778 Additional cleanup in ChestTool 2021-07-25 21:15:53 -06:00
Intelli
e178ed91ca Fixed double chests not rolling back correctly when each half is in a separate chunk 2021-07-25 21:08:53 -06:00
div2005
5d6388fff7
Improved Russian translation (#55)
* Update ru.yml

* Fixed ru.yml regressions

Co-authored-by: Intelli <6790859+Intelli@users.noreply.github.com>
2021-07-25 17:17:57 -06:00
Intelli
d2614ed6dc Fixed risk of NullPointerException when logging container transactions 2021-07-25 16:53:58 -06:00
Intelli
130614bfdd Minor refactoring in PlayerInteractListener and BlockExplodeListener 2021-07-22 18:06:24 -06:00
Intelli
ae3768695f Skip extra checks on furnaces when processing hopper transactions
This more aggressively aborts transaction logging to improve performance
2021-07-22 14:11:45 -06:00
Intelli
2f1c45cae1 Moved inventory checkTasks to directly before onInventoryInteract
This improves performance (allows unused threads to return faster), and resolves issues with pass-through transactions
2021-07-22 13:31:08 -06:00
Intelli
6fce87386d Fixed hopper transactions not always detecting invalid events 2021-07-22 13:17:40 -06:00
Intelli
3f0291e0d5 Fixed AssertionError when logging hopper transactions 2021-07-21 22:49:44 -06:00
Intelli
718d7d7a80 Fixed NullPointerException when logging container transactions 2021-07-21 19:01:32 -06:00
Intelli
45e1fee9ff Fixed hopper transaction logging not always logging all items 2021-07-21 18:48:04 -06:00
Intelli
aa55472c1a Utilize item caching on invalid hopper events 2021-07-21 18:47:23 -06:00
Intelli
bd98bdfe05 Added Gradle build folder to .gitignore 2021-07-21 14:31:22 -06:00
Intelli
38f1e304e0 Fixed entities not being excluded when using the "exclude" parameter 2021-07-20 15:00:10 -06:00
Intelli
e68daef7db
Added FUNDING file 2021-07-20 13:17:56 -06:00
流光溢彩
72bcadea55
Update Simplified Chinese Translation (#49)
* Update Simplified Chinese Translation

Changes:
- Replace all "." char to "。"
- Modify some strings to conform to Chinese usage habits

* Add spaces and units where necessary

* Replace all "您" chat to "你"

* Change "PREVIEW_CONTAINER" translation
2021-07-20 13:10:51 -06:00
Intelli
b5b6acaa9d Minor refactoring in Util class 2021-07-19 17:19:35 -06:00
Intelli
fae4c9e690 Fixed blocks broken by portal events not being logged (#45) 2021-07-19 16:29:43 -06:00
Intelli
03bac937c3 Minor refactoring in PortalCreateListener 2021-07-19 16:28:40 -06:00
Andrew
1d828e3b68
Improved ru translation (#51) 2021-07-19 13:59:28 -06:00
YuanYuanOwO
c71ea224a4
Fix Simplified Chinese translation (#48)
* Fix Simplified Chinese translation

* Update zh-cn.yml
2021-07-17 18:25:28 -06:00
NatsuHana
7ea46fb585
improve(trans/zh-CN): optimize zh-CN translation (#44)
correct some sentences cause ambiguity
2021-07-17 12:39:37 -06:00
Intelli
2bc8a00657 Updated badges in README 2021-07-16 16:57:00 -06:00
Intelli
b696abd655 Set workflow Java version back to 8 2021-07-16 16:54:53 -06:00
Intelli
5e2a99b2a8 Updated workflow & removed SonarCloud 2021-07-16 16:38:55 -06:00
HeroCC
79ad6de362
Update WorldEdit Maven Repo & use Java 11 (#43)
* Use HTTPS for sk89q maven repo

Newer Maven releases don't allow use of http endpoints. Bump this to the secure https endpoint.

* Migrate sk89q maven repo to enginehub

Both URLs point to the same place, but according to https://worldguard.enginehub.org/en/latest/developer/dependency/ enginehub is the preferred source.

* Bump Java to Adoptium Hotspot JDK 11
2021-07-16 16:25:24 -06:00
Intelli
3a1e5a356b Updated PR guidelines & added GitHub workflow build file 2021-07-16 15:25:59 -06:00
Intelli
db817e603e Fixed French translation 2021-07-16 13:06:44 -06:00
Intelli
48ef18e2c8 CoreProtect v20.0 release 2021-07-16 12:13:54 -06:00
Intelli
415d7b323a Removed /core and /coreprotect from command documentation 2021-07-15 19:12:21 -06:00
Intelli
c71fbeaee7 Merge branch 'master' of github.com:PlayPro/CoreProtect 2021-07-15 18:40:16 -06:00
Intelli
36c2eb3b3f Updated documentation 2021-07-15 18:39:41 -06:00
流光溢彩
5fab60087c
Fix Simplified Chinese machine translation (#40)
* Fix Simplified Chinese machine translation

Not finished yet

* Finish translate

* 优化翻译

「有研究显示,打字的时候不喜欢在中文和英文之间加空格的人,感情路都走得很辛苦,有七成的比例会在 34 岁的时候跟自己不爱的人结婚,而其余三成的人最后只能把遗产留给自己的猫。毕竟爱情跟书写都需要适时地留白。

与大家共勉之。」——vinta/paranoid-auto-spacing

* Merged credits into a single line

Co-authored-by: Intelli <6790859+Intelli@users.noreply.github.com>
2021-07-15 16:16:16 -06:00
Intelli
ebb5a99cc7 Updated PR guidelines 2021-07-15 16:04:58 -06:00
Intelli
c09e83e844 Improved README layout 2021-07-15 15:43:57 -06:00
Intelli
d51968ef7c Updated README & added contributing guidelines 2021-07-15 15:12:03 -06:00
Intelli
7c2f87fa1f Added application/system files to .gitignore 2021-07-13 20:11:53 -06:00
Intelli
40855c6226 Fixed broken parameter links in documentation 2021-07-13 19:44:42 -06:00
Intelli
da76e4a688 Merge branch 'master' of github.com:PlayPro/CoreProtect 2021-07-13 19:39:33 -06:00
Intelli
158219468e Set documentation directory as "docs" 2021-07-13 19:39:17 -06:00
Intelli
adb808acec
Updated netlify.toml 2021-07-13 19:35:24 -06:00
Intelli
c091408c45 Set MkDocs version to v1.2.1 2021-07-13 19:32:56 -06:00
Intelli
3d3f0503d6 Updated commands.md to match latest docs 2021-07-13 19:29:55 -06:00