mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-06-09 14:04:41 +02:00
Added !help entries for !test weather
This commit is contained in:
parent
101a2d50ed
commit
a99a348c36
3 changed files with 33 additions and 5 deletions
|
@ -105,7 +105,8 @@ namespace FFXIVClassic_Map_Server.Properties {
|
|||
///
|
||||
///Available commands:
|
||||
///Standard: mypos, music, warp
|
||||
///Server Administration: givecurrency, giveitem, givekeyitem, removecurrency, removekeyitem, reloaditems, reloadzones.
|
||||
///Server Administration: givecurrency, giveitem, givekeyitem, removecurrency, removekeyitem, reloaditems, reloadzones
|
||||
///Test: test weather.
|
||||
/// </summary>
|
||||
public static string CPhelp {
|
||||
get {
|
||||
|
@ -117,7 +118,7 @@ namespace FFXIVClassic_Map_Server.Properties {
|
|||
/// Looks up a localized string similar to Changes the currently playing background music
|
||||
///
|
||||
///*Syntax: music <music id>
|
||||
///<music id> is the key item's specific id as defined in the server database.
|
||||
///<music id> is the music's specific id as defined in the client.
|
||||
/// </summary>
|
||||
public static string CPmusic {
|
||||
get {
|
||||
|
@ -236,6 +237,18 @@ namespace FFXIVClassic_Map_Server.Properties {
|
|||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Changes the current weather
|
||||
///
|
||||
///*Syntax: test weather <weather id>
|
||||
///<weather id> is the weather's specific id as defined in the client.
|
||||
/// </summary>
|
||||
public static string CPtestweather {
|
||||
get {
|
||||
return ResourceManager.GetString("CPtestweather", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Teleports the player to the specified location
|
||||
///
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue