Comprehensive Guide:Miscellaneous: Difference between revisions

redir to Mechanics and Plugins
m (Text replacement - "Civclassic" to "CivClassic")
(redir to Mechanics and Plugins)
Tag: New redirect
 
(5 intermediate revisions by 2 users not shown)
Line 1:
#REDIRECT [[Mechanics and Plugins]]
== Kira ==
''Interact with CivClassic through discord {[https://github.com/Maxopoly/Kira source]}''
 
=== Overview ===
Kira is a plugin that lets the player create relays on discord.
These relays can display snitch hits, chat messages and player login/logout.
 
The commands can be issued in any Discord channel that Kira can read (e.g., <code>!kira help</code>), or sent via direct message (without the prefix, e.g., just <code>help</code>).
 
=== Authenticating ===
Authentication is required before using Kira. This will link the discord account to the IG account.
 
In order to do that `/discordauth` must be performed on the server. This will create a token.
The token must be then transmitted to Kira through discord in order to perform the authentication using `auth [token]`.
 
=== In Game commands ===
* /deletediscordchannel
* /discordauth - Creates auth code
* /linkdiscordchannel
* /syncdiscordchannel
 
=== Discord commands ===
 
{| class="wikitable"
|+Kira commands<ref>Kira help command</ref>
!Command
!Description
!Example
|-
|!kira help
|Shows help
|
|-
|''formatting''| !kira apitoken <SNITCH|CHAT|SKYNET>
| Generates a token for use with Kiras API
|
|-
| !auth [code]
| Allows linking your discord account to an ingame account. Run '/discordauth' ingame to get a code.
|
|-
|!kira getchannels
|Shows all relays owned by you
|
|-
|!kira createrelayconfig [name]
|Creates a new relay configuration
|
|-
|!kira createrelayhere [group]
|Attempts to create a relay in the channel this message was sent in for the group it was sent by
|
|-
|!kira setrelayconfig [group] [relay]
|Sets which configuration to use for a specific relay
|
|-
|!kira info
|Prints basic info on the bot
|
|-
|!kira mc [command] / !kira ingame [command]
|Allows you to run ingame commands from discord
| <code>!kira mc nlip CW-1 Falvyu</code> (adds player <code>Falvyu</code> to <code>CW-1</code> name layer)
|-
|!kira invite
|Allows you to add Kira to other discords
|
|-
|!kira quote
|Gives life advice
|
|-
|!kira relayconfig [name]
|Configures properties of a relay config
|
|-
|!kira setrelayconfig [group] [relay]
|Sets which configuration to use for a specific relay
|
|-
|!kira whoami
|Shows your linked accounts
|
|}
 
== Other ==
=== Metagame ===
 
Much communication and organization takes place on [[Discord Servers|Discord]]. It is recommended to join Discord servers if one wishes to keep up with current events.
 
Civ servers have developed extensive [[Jargon]].
 
=== Miscellaneous ===
 
* <code>/gamma</code> - apply a permanent night vision effect
*<code>/present</code> - (opens present) [Donum]
* <code>/helpop</code> - sends message for help [Official discord recommended for fastest help response time]
* <code>/tps</code> - display server ticks per second during the last few minutes
* <code>/cardinal</code> -rotate player to cardinal direction + diagonal. Optional argument to N/S/E/W or up/down [Finale]
 
Right clicking on a redstone lamp with a stick will toggle it on/off. <ref>https://github.com/CivClassic/AnsibleSetup/blob/master/templates/public/plugins/SimpleAdminHacks/config.yml.j2#L140</ref> <ref>https://github.com/CivClassic/SimpleAdminHacks/blob/master/src/main/java/com/programmerdan/minecraft/simpleadminhacks/hacks/ToggleLamp.java</ref>
 
== References ==
<references/>
 
[[Category:CivClassic]]
[[Category:Mechanics]]
 
{{Template:CivClassics server mechanics}}
2,234

edits