ScratchIt
English
English
  • 👋🏻Welcome
  • ⚙️First install
  • 📄Online Config Editor
  • 📖Configurations
    • Permissions
    • Card
      • How to create a card
      • Icons locations
      • Animations
      • Cooldowns
      • Cancel usage
    • Loots
    • Cards example images
  • Compatibility with other plugins
    • WorldGuard
  • Minecraft versions compatibility
  • 📒Support
    • 🐞Report a bug
    • 📕Ask for help
  • Developers
    • ☕️Java API
      • Basic API
      • CustomCardRenderer
Powered by GitBook
On this page

Was this helpful?

Minecraft versions compatibility

If your server has ViaVersion

This is important to optimize the plugin if your server accepts only some Minecraft versions.

ScratchIt must create different optimized map images because all Minecraft versions have different colors support, you can disable some to speedup the plugin startup process.

If you're using ViaVersion to allow multiple clients to connect to your server you have to make sure to check these options in config.yml

graphics:
  viaversion:
    v1_8: true
    v1_12: true
    v1_16: true
  • Set v1_8 to true if your server accepts 1.8 to 1.11 clients

  • Set v1_12 to true if your server accepts 1.12 to 1.15 clients

  • Set v1_16 to true if your server accepts 1.16+ clients

PreviousWorldGuardNext📒Support

Last updated 4 years ago

Was this helpful?