Ton's Guide to Create Events: Difference between revisions

From Simplicitypvp
Jump to navigation Jump to search
No edit summary
No edit summary
Line 5: Line 5:


# Build a spawn or entrance room for people when the first join the event.
# Build a spawn or entrance room for people when the first join the event.
# The first command block should be: <nowiki> eventset x=coord y=coord z=coord world=name </nowiki>
# The first command block should be:  
This sets the place where people end up when they do <nowiki> /event </nowiki>
<nowiki> eventset x=coord y=coord z=coord world=name </nowiki>
This sets the place where people end up when they do <nowiki> /event </nowiki>
# blah
# blah



Revision as of 17:29, 11 May 2020

In this I will be discussing how to create an event from a technical point of view. Note: this guide uses command blocks that are configured to run all the commands necessary for the event to make the admins lives easier.

Once you have built the physical event, I suggest building some sort of control room for the Admin to go be in during the event.

  1. Build a spawn or entrance room for people when the first join the event.
  2. The first command block should be:
 eventset x=coord y=coord z=coord world=name 

This sets the place where people end up when they do /event

  1. blah


WIP