Extremely Simple God Mod

Introduction

An extremely simple god mod with permission AND internationalization (translation) support.

Purpose

I'm tired of all those mods with 1001 features when you only really want one feature.

Translations

To translate this plugin, create a copy of en.yml in your language (ru.yml, es.yml, etc) and simply change the bits after the : into your own language! Then simply edit config.yml and set "language: <your language code>". I will happily accept and include translations into other languages in the plugin if you would be so kind as to provide them. You will be listed in the translation file as the author and in the command help!

Commands

commands:
  god:
    description: Toggles god mode
    aliases: esgm
    permission: esgm.god
    permission-message: "ยง4[ESGM] You do not have permission to do that."
    usage: |
      /<command> - Toggle god mode for yourself.
      /<command> Bob - Toggle Bob's god mode.

Permissions

permissions:
  esgm.god:
    description: Allows you to toggle god for yourself.
    default: false
  esgm.godOthers:
    description: Allows you to toggle god for others.
    default: op
    children:
      esgm.god: true
  esgm.autoGod:
    description: Makes you god automatically on login.
    default: false

Comments

Posts Quoted:
Reply
Clear All Quotes

About This Project

Categories

Members

Recent Files

Bukkit

  • 1.0
    May 4, 2013