Tomorrow Event - Server Event Planning Mod
This mod provides server administrators with a powerful tool for organizing special events that automatically trigger when a new game day begins. When players wake up from sleep, the pre-configured event is launched.
Important Limitation
The mod works correctly only in multiplayer mode, since event data is stored on the server side. When exiting a single-player world, all information about scheduled events will be lost.
Main Commands
Main command: /tmrevent
Event Configuration
/tmrevent
Event Types:
- giveItemEvent - distribution of items from the pool
- giveEffectEvent - application of effects from the pool
- teleportEvent - teleportation of players in the Overworld dimension
Parameters:
- Number of players - number of event participants (value -1 includes all players)
- Event arguments:
- For item/effect distribution: true/false (all items/one random item)
- For teleportation: destination coordinates
- Repeat - true/false (daily event repetition/single occurrence)
Usage Examples:
- /tmrevent giveItemEvent 3 false true - repeating event giving 3 players a random item
- /tmrevent giveEffectEvent -1 true false - one-time distribution of all effects to all players
- /tmrevent teleportEvent 10 15 64 4 true - daily teleportation of 10 players to coordinates [15,64,4]
Pool Management
/tmrevent
Parameters:
- Addition type - addItem/addEffect
- Object - item or effect identifier
- Argument1 - number of items/effect duration in ticks
- Argument2 - effect level (for effects only)
Examples:
- /tmrevent addEffect minecraft:jump_boost 2000 2 - adding jump boost effect level 3 for 2000 ticks
- /tmrevent addItem minecraft:stick 32 - adding 32 sticks to the item pool
Utility Functions
/tmrevent
- clear - clearing all pools and resetting settings
- check - viewing current event settings
- notify - notifying all players about the upcoming event
Development plans include adding new event types and a single-player version, but implementation timelines are currently undefined.