-
Notifications
You must be signed in to change notification settings - Fork 4
Streamers
Patrigan edited this page Jan 29, 2022
·
2 revisions
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.
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 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"
}
]
}
}
]
}```