William Bergh
7af53448be
Potion command fix and refreshment
...
The potion command didn't work for OPs due to some misstake that made it think that all commands were executed on other players (a staff only feature).
It now instead uses switches to execute for better performance and readability.
2020-09-06 21:25:15 +02:00
William Bergh
2072c89f77
Merge branch 'development' of https://github.com/TFPatches/TotalFreedomMod into development
2020-09-06 18:52:04 +02:00
William Bergh
14ab1e95b5
Merge branch 'development' of https://github.com/TFPatches/TotalFreedomMod into development
2020-08-30 00:27:13 +02:00
William Bergh
6f4cc8d4b5
Optimized FAWE bridge
2020-08-24 22:44:45 +02:00
CoolJWB and GitHub
d65f584707
Merge pull request #275 from CoolJWB/development
...
Mistakes were made
2020-08-18 17:24:30 +02:00
William Bergh
ff42713f92
Mistakes were made
2020-08-18 17:22:43 +02:00
CoolJWB and GitHub
ebc07f6259
Merge pull request #273 from CoolJWB/development
...
Updated my own code
2020-08-18 09:40:56 +02:00
William Bergh
6a7a6e74e3
Update code
2020-08-18 09:37:19 +02:00
William Bergh
1e36b484ac
Merge branch 'development' of https://github.com/TFPatches/TotalFreedomMod into development
...
Conflicts:
src/main/java/me/totalfreedom/totalfreedommod/Monitors.java
2020-08-18 09:32:05 +02:00
CoolJWB and GitHub
efae9e314f
Merge pull request #264 from DragonSlayer2189/patch-4
...
added "kicked (user) quietly" msg
2020-08-18 09:29:35 +02:00
CoolJWB and GitHub
ea946fe14f
Merge pull request #265 from DragonSlayer2189/patch-3
...
added "banned (user) quietly" message
2020-08-18 09:29:14 +02:00
CoolJWB and GitHub
fc08761e70
Merge pull request #272 from Focusvity/pr/discord-msg
...
Prevent Discord from sending messages to the server
2020-08-18 09:27:05 +02:00
William Bergh
d74846cde6
Fixed my bad code
2020-08-15 15:33:29 +02:00
CoolJWB and GitHub
b6746acb44
Merge pull request #255 from Focusvity/pr/modifyitem-fix
...
Fixed modifyitem command
2020-08-08 00:38:59 +02:00
CoolJWB and GitHub
560353e7cf
Merge pull request #258 from DragonSlayer2189/patch-1
...
Removed "Build" "break-block" and "place-block"
2020-08-08 00:36:12 +02:00
William Bergh
073a618035
Hotfix to potion spy
...
Note to self: don't do crack cocain when you code, this will actually announce the potion splashes to admins (also fixed a spell issue).
2020-08-04 00:07:50 +02:00
CoolJWB and GitHub
891e5c2f12
Merge pull request #250 from CoolJWB/development
...
Made nc work with hex colors
2020-07-31 21:53:59 +02:00
William Bergh
4de1fe454d
Fixed oopsie
2020-07-31 21:48:22 +02:00
William Bergh
80e39d3db1
Hex color for nc
...
Made sure that hex colors are cleared correctly.
2020-07-31 21:46:44 +02:00
CoolJWB and GitHub
e25e785c26
Merge pull request #249 from speedxx/development
...
weSmart
2020-07-29 18:32:43 +02:00
CoolJWB and GitHub
05abebea65
Merge pull request #248 from CoolJWB/development
...
A bridge for TF-FAWE
2020-07-29 02:48:12 +02:00
William Bergh
c04e944466
A bridge for TF-FAWE
...
Made a bridge for a TotalFreedom version of FastAsyncWorldEdit that will work better with our needs and not collide with other plugins.
2020-07-29 02:45:16 +02:00
CoolJWB and GitHub
417a0c39dd
Merge pull request #240 from speedxx/development
...
separate unblocking commands from bcmd
2020-07-25 20:31:03 +02:00
CoolJWB
6e622ad2f3
Potionspy remake
...
Remade the entire potionspy and monitor class to avoid spam in the chat.
Furthermore, there is now a way to look at a history of potions thrown (individually and globally) however this history is limited to avoid too much useless data in the memory.
2020-07-14 21:00:22 +02:00
CoolJWB
cb108e0c13
Fix tempban reason issues
...
Tempban won't cut off reasons that take the durations argument place anymore.
2020-07-13 01:34:39 +02:00
CoolJWB and GitHub
adfd55b419
Redstone blocker fix ( #217 )
...
* Redstone blocker fix
The redstone blocker caused severe crashes in some cases such as when redstone torches and targets were connected to wire.
The event used to block redstone is not efficient in any means so this should be reverted when (or if) it is fixed internally.
* Delete encodings.xml
* Delete compiler.xml
2020-07-03 11:03:08 -04:00
CoolJWB and GitHub
556dfa7233
Fixed Flatlands generation & Discord bot not actually disabled ( #215 )
2020-07-02 02:08:57 -07:00
CoolJWB and Ivan
4f339b29b8
Block death potions ( #148 )
...
Blocks all known death potions as it's possible to use amplifier 29, 61, 93 and 125 to get the same effect from it.
2019-09-15 12:49:24 -04:00