Skip to content

Streamers

Patrigan edited this page Jan 29, 2022 · 2 revisions

Creating your own faction

You can create your own unique faction, filled with references to your players. Expand it as you go, so that every raid becomes more unique.

Using the Commands

The commands are the best way to interact. You can trigger commands through CCI.

You can also use the player focused command to have the mosnters come to you and showcase your skills.

Using the Events

Using CCI you can trigger GameEventHooks. See Events for more info.

An example for integrating in CCI's Gamehooks json:

{
	"listeners": [
		{
			"className": "FactionRaidEvent$Victory",
			"staticAccessors": [],
			"accessors": [
				{}
			],
			"argBasedAccessors": {},
			"event": {
				"conditions": [],
				"outcomes": [
					{
						"message": "Test",
						"type": "narrator"
					}
				]
			}
		}
	]
}```

Clone this wiki locally