RediCloud
  • 💎Features
  • 🔧Installation
  • Commands
    • Server versions
    • Server version types
    • Java versions
    • Configuration template
    • File templates
    • Module
    • Screen
    • Cluster
    • Version / Updater
    • Server
  • FAQ
    • Minestom support
    • Own server versions
  • Development
    • Compilation / Build
    • Repository
    • API requests
    • Modules
    • Test framework
    • API
      • Server version handlers
      • Connector implemention
      • Server factory
      • Connector api
      • Events
      • Custom player provider
Powered by GitBook
On this page
  • Inheritances
  • Publication
  • Other commands
  1. Commands

File templates

A file template is a folder that can be found under storage/templates. If the template is used by a configuration-template, all files from the folder are copied to the server folder. A template has a prefix & a name. This could e.g. bedwars/8x1 (bedwars = prefix, 8x1 = name).

Format: prefix-name

Inheritances

Inheritances are useful in the following cases: You have a waiting lobby for bedwars. But you don't want to load these individually into each bedwars template. You create a template bedwars/base. To the other templates bedwars-8x1, bedwars-2x1 etc. you simply add it as an inheritance:

ft edit <name> inherit add <inherit-template>

ft edit <name> inherit remove <inherit-template>

Publication

With this command you can send all templates to a specific node.

ft publish node02

Other commands

  • ft info <name>

  • ft list

  • ft create <name> <prefix>

  • ft edit <name> name <new-name>

  • ft edit <name> prefix <new-prefix>

  • ft duplicate <name> [new-name>

PreviousConfiguration templateNextModule

Last updated 1 year ago