Giter VIP home page Giter VIP logo

mapbot's Introduction

MapBot by Azim

Basically a paper plugin, containing bot which renders game's world in a manner close to the way in-game maps are rendering it, but for entirety of worldborder.

Installation

  • Install it on your paper server
  • Get a bot token as on this guide and put it in config file.
  • Restart the server
  • If you want to limit who can use the bot, you can enable roles check and put list of whitelisted role IDs there

Config

bot:
  # bot token
  token: enter_it_here
  # bot prefix
  prefix: 'map '
  # if bot should send console message with link to invite it on server startup
  generate-invite: true
# how long (in ms) should we keep the old renders
cacheinterval-ms: 300000
# interval (in ticks) between automatic full-map renders
autorefresh: 18000
# amount of threads to use when rendering
threads: 4
map:
  # default size (in chunks) of map when no args are provided to render command
  default-size-x: 64
  default-size-z: 64
  # maximum size (in chunks) of render
  max-size-x: 1000
  max-size-z: 1000
  # default world to use when world isnt specified for full render
  default-world: world
roles:
  # if enabled, users must have these discord roles to use corresponding commands
  enabled: false
  # list of roles which can use fullrender
  fullrender:
  - 0
  - 1
  # list of roles which can use render
  render:
  - 0
  - 1

TODO

  • localization support and stuff
  • a way to reload the thing without everything breaking to pieces
  • proper nether support lol

mapbot's People

Contributors

azim avatar

Watchers

 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.