Recent content by MCMDEV

  1. MCMDEV

    Suggestion Change /reload to an event-based system

    If you had an event-based reload system that plugins control, there wouldn't be any reason to discourage people from doing reloads.
  2. MCMDEV

    Plugin Release I18n Translation System

    Updated to 1.19
  3. MCMDEV

    Question How get text from displayName()

    PlainTextComponentSerializer.plainText().serialize() should work for most cases and is certainly cleaner than ripping out the content of a TextComponent.
  4. MCMDEV

    Question How do I run a server with only a nether?

    I'd like to create a setup for my server where every dimension is it's own server and link them up using plugins to spread TPS balance. The problem is that I can't really figure out how to force the server to create a nether as it's default world. Any ideas?
  5. MCMDEV

    Plugin Release I18n Translation System

    Description: I18n extends functionality of Adventure's GlobalTranslator and extends its reach to every occurrence of text components using ProtocolLib. I18n also includes a simple file loader for everyone who can't code. With I18n, you can easily make every part of your project fully...