Crate veloren_server
source ยทRe-exportsยง
pub use crate::error::Error;
pub use crate::events::Event;
pub use crate::input::Input;
pub use crate::settings::CalendarMode;
pub use crate::settings::EditableSettings;
pub use crate::settings::Settings;
Modulesยง
- character_creator ๐
- chunk_serialize ๐
- Implementing new commands.
- data_dir ๐
- DB operations and schema migrations
- pet ๐
- weather ๐
Structsยง
- Store of BattleMode cooldowns for players while they go offline
- An owned reference to indexed data.
- SpawnPoint corresponds to the default location that players are positioned at if they have no waypoint. Players should always have a waypoint, so this should basically never be used in practice.
Enumsยง
- DisconnectType ๐
Constantsยง
- Used so that different server frontends can share the same server saves, etc.
- The default world map.
- This is not the seed used to generate the default map, this seed was used to generate a better set of biomes on it as the original ones were unsuitable.
Functionsยง
- If successful returns the Some(uuid) of the added admin
- If successful returns the Some(uuid) of the removed admin