Compatibility
Minecraft: Java Edition
26.1.x
1.21.x
1.20.x
1.19.3–1.19.4
Platforms
Tags
Creators
Details
Licensed Apache-2.0
Published 7 months ago
Changelog
🎉 Custom Commands v1.1.4 - Folia Player Commands Fix
🐛 Bug Fix: Player-Type Commands on Folia
Fixed the error when using type: "Player" commands on Folia servers.
🔧 What Was Fixed
Folia "Thread failed main thread check: Dispatching command async"
- Error:
Thread failed main thread check: Dispatching command asyncwhen players used commands withtype: "Player" - Issue: Player-type commands were scheduled on the global region; Folia requires them to run on the entity's region
- Fix: Player-type commands now use EntityScheduler (player's region); console-type commands still use GlobalRegionScheduler
- Impact: Only affected Folia servers using type: "Player" in custom commands
✅ What This Means
- ✅ Player-type commands (e.g.
/pomoc,/home) now work on Folia - ✅ Console-type commands unchanged and still work
- ✅ No config changes needed
📦 Installation
Update to v1.1.4 – existing configs work as before.
Full Changelog:
- Fixed "Dispatching command async" when executing player-type commands on Folia
- Use EntityScheduler for type: "Player", GlobalRegionScheduler for type: "Console" on Folia
Files
Custom-Commands-1.1.4.jar(81.19 KiB) Primary
Metadata
Release channel
ReleaseVersion number
1.1.4Loaders
Paper


