• Guest, HEROCRAFT PUBLIC RELEASE IS HAPPENING AN HOUR EARLIER! TONIGHT @ 7PM CST GET READY FOR IT! play.hc.to
    Read up on the guides and new systems! Here.
    View the LIVE Map here @ hc.to/map
    Stuck or have a problem? use "/pe create" to to open a ticket with staff (There are some known issues and other hotfixes we will be pushing asap)
  • Guest, Make sure to use our LAUNCHER! Read more here!

Suggestion war infobot

Junarcel

Legacy Supporter 3
Joined
Nov 22, 2014
So every time the war message pops up, the first thing that appears in the chat are new players asking, "what is war?"

Maybe we can just have an infobot
That explains it everytime a person says the word war, so we wouldn't have to go through the bother of explaining it to them all day.
 

kperkins1982

Max Legacy Supporter
Joined
Jul 28, 2011
So every time the war message pops up, the first thing that appears in the chat are new players asking, "what is war?"

Maybe we can just have an infobot
That explains it everytime a person says the word war, so we wouldn't have to go through the bother of explaining it to them all day.

I've actually thought of making a macro to explain it cause I've typed it so many times.

And even if it wasn't automated, it should be pretty simple to add a little paragraph that comes up under the current /war information it could even include a link to the wiki
 

Kainzo

The Disposable Hero
Staff member
Founder
Adventure Team
Joined
Jan 7, 2011
Location
The 7th Circle of Heaven

kperkins1982

Max Legacy Supporter
Joined
Jul 28, 2011

not 100 percent sure how this works, but I'll take a shot

triggers:
whatiswar: response: '&5Valorium is is divided into 2 continents. The Northern Continent is PVE, here players cannot harm each other. The exception to this is during War. During wartime all areas of the map are PVP except Spawn/Tradedistrict.'

included-keywords:
- what
- is
- war
excluded-keywords: []
match-phrase: ''
cancel-message: false
public-response: false
text-response: true
action: nothing
action-param: ''
trigger-type: keyword
minimum-match-threshold: 0


triggers:
wheniswar: response: '&5War happens Friday-Sunday at midnight. This is in minecraft time, in which a day is 20 minutes long. To find out when war will happen the command /calendar will show the date in addition to upcoming events. The command /war tells you if it is war as well. If it says PVP-ALLOW it is wartime, if it says PVP-Deny it is peacetime.'

included-keywords:
- when
- is
- war
excluded-keywords: []
match-phrase: ''
cancel-message: false
public-response: false
text-response: true
action: nothing
action-param: ''
trigger-type: keyword
minimum-match-threshold: 0

triggers:
isitwar:

response: '&5War happens Friday-Sunday at midnight. This is in minecraft time, in which a day is 20 minutes long. To find out when war will happen the command /calendar will show the date in addition to upcoming events. The command /war tells you if it is war as well. If it says PVP-ALLOW it is wartime, if it says PVP-Deny it is peacetime.'

included-keywords:

- is
- it
- war
excluded-keywords: []
match-phrase: ''
cancel-message: false
public-response: false
text-response: true
action: nothing
action-param: ''
trigger-type: keyword
minimum-match-threshold: 0
 

Kainzo

The Disposable Hero
Staff member
Founder
Adventure Team
Joined
Jan 7, 2011
Location
The 7th Circle of Heaven
not 100 percent sure how this works, but I'll take a shot

triggers:
whatiswar: response: '&5Valorium is is divided into 2 continents. The Northern Continent is PVE, here players cannot harm each other. The exception to this is during War. During wartime all areas of the map are PVP except Spawn/Tradedistrict.'

included-keywords:
- what
- is
- war
excluded-keywords: []
match-phrase: ''
cancel-message: false
public-response: false
text-response: true
action: nothing
action-param: ''
trigger-type: keyword
minimum-match-threshold: 0


triggers:
wheniswar: response: '&5War happens Friday-Sunday at midnight. This is in minecraft time, in which a day is 20 minutes long. To find out when war will happen the command /calendar will show the date in addition to upcoming events. The command /war tells you if it is war as well. If it says PVP-ALLOW it is wartime, if it says PVP-Deny it is peacetime.'

included-keywords:
- when
- is
- war
excluded-keywords: []
match-phrase: ''
cancel-message: false
public-response: false
text-response: true
action: nothing
action-param: ''
trigger-type: keyword
minimum-match-threshold: 0

triggers:
isitwar:

response: '&5War happens Friday-Sunday at midnight. This is in minecraft time, in which a day is 20 minutes long. To find out when war will happen the command /calendar will show the date in addition to upcoming events. The command /war tells you if it is war as well. If it says PVP-ALLOW it is wartime, if it says PVP-Deny it is peacetime.'

included-keywords:

- is
- it
- war
excluded-keywords: []
match-phrase: ''
cancel-message: false
public-response: false
text-response: true
action: nothing
action-param: ''
trigger-type: keyword
minimum-match-threshold: 0
Since you are new to YML ---- it requires very specific parsing... hc.to/yml <<< is a parser, the file must flow.

So make your changes in the same format and repastie it to me so it keeps the proper formatting.
 
Top