Git Product home page Git Product logo

blossomwarps's Introduction

BlossomWarps

BlossomWarps is a Minecraft Fabric mod in the Blossom-series mods that provides /warp command and utilities

Table of contents

Dependencies

Config

This library's config file can be found at config/BlossomMods/BlossomWarps.json, after running the server with the mod at least once.

teleportation: TeleportationConfig - teleportation settings
standStill: int - (seconds), how long the player has to stand still before being teleported
cooldown: int - (seconds), how long the player has to wait after teleporting using this command, before being able to teleport again

Commands & their permissions

  • /warp <warp> - alias of /warp <warp> {self}
    Permission: blossom.warps.warp (default: true), blossom.warps.warp.to.<warp> (default: true)

    You can set blossom.warps.warp.to.* to false to make blossom.warp.warp.to.<warp> false by default.

  • /warp <warp> <who> - teleport a player to a warp point called <warp>
    Permission: blossom.warps.warp.others (default: OP level 2), blossom.warps.warp.to.<warp> (default: true)
  • /warps - alias of /warps list
    Permission: blossom.warps.warps (default: true)
    • list - list all available warps
    • add <name> [<position> <rotation>] [<dimension>] - add a warp called <warp> in <dimension> at <position> with rotation: <rotation>. If position/rotation or dimension not provided, executors position will be used.
      Permission: blossom.warps.add (default: OP level 2)
    • remove <name> - removes a warp called <name>
      Permission: blossom.warps.remove (default: OP level 2)
    • add-global <name> - add warp as global warp (accessible with /<name> after server restart, behavior not defined if command /<name> already exists)
      Permission: blossom.warps.add.global (default: OP level 2)
      As well as each global warp has blossom.warps.global.<name> (default: true)

Translation keys

only keys with available arguments are shown, for full list, please see src/main/resources/data/blossom/lang/en_us.json

  • blossom.warps.add: 1 argument - warp name
  • blossom.warps.add.failed: 1 argument - warp name
  • blossom.warps.remove: 1 argument - warp name
  • blossom.warps.remove.failed: 1 argument - warp name
  • blossom.warps.list.header: 1 argument - dimension name
  • blossom.warps.list.item: 1 argument - warp name
  • blossom.warps.list.item.description: 8 arguments - warp name, warp owner UUID, warp dimension key, warp x, warp y, warp z, warp yaw, warp pitch
  • blossom.warps.list.dimension.empty: 1 argument - dimension name

zh_cn (Chinese, Simplified), zh_tw (Chinese, Traditional) - added by @BackWheel

blossomwarps's People

Contributors

codedsakura avatar cucumberrbob avatar jarva avatar pau1am avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.