File Details
Some API Update!
- R
- Dec 3, 2024
- 1.10 MB
- 16
- 1.21+45
File Name
WorldChatter.jar
Supported Versions
- 1.21
- 1.20.6
- 1.20.5
- 1.20.4
- 1.20.3
- 1.20.2
- 1.20.1
- 1.20
- 1.19.4
- 1.19.3
- 1.19.2
- 1.19.1
- 1.19
- 1.18.2
- 1.18.1
- 1.18
- 1.17
- 1.16
- 1.15
- 1.14
- 1.13
- 1.12
- 1.11
- 1.10
- 1.9
- 1.8.3
- 1.8.1
- 1.8
- 1.7.4
- 1.7.2
- 1.6.4
- 1.6.2
- 1.6.1
- 1.5.2
- 1.5.1
- 1.5.0
- 1.4.7
- 1.4.6
- 1.4.2
- 1.3.2
- 1.3.1
- 1.2.5
- 1.2.3
- 1.2.2
- 1.2.1
- 1.1
Added new onMessage event to cancel and write a reason for the chat event of WorldChatter!
@Override
public void onMessage(FeatureSystem featureSystem,CommandSender sender, String s) {
featureSystem.setCancelled(true);
featureSystem.setReason("yes " + sender.getName());
}

