Coder Social home page Coder Social logo

itzdvbravo / purechat Goto Github PK

View Code? Open in Web Editor NEW

This project forked from poggit-orphanage/purechat

0.0 0.0 0.0 98 KB

Provides custom chat formats based on PurePerms groups for your server.

Home Page: https://github.com/PurePlugins/PureChat

License: GNU General Public License v3.0

PHP 100.00%

purechat's Introduction

General

PureChat by 64FF00 is a plugin for PurePerms that provides custom chat format for server owners.

Commands

Command Description Permission
/setsuffix <player> <suffix> Set a players suffix. pchat.command.setsuffix
/setprefix <player> <prefix> Set a players prefix pchat.command.setprefix
/setnametag <group> <world> <format> Set the default nametag of a group pchat.command.setnametag
/setformat <group> <world> <format> Set default chat format pchat.command.setformat

Config

YAML
---

# PureChat by 64FF00 ([email protected], @64ff00 for Twitter)

# PureChat version string
# - string
version: "1.4.0-BETA-04"

# Set default factions plugin for PureChat
# - FactionsPro / XeviousPE-Factions (§l§9-§8]§b>§7[§cXevious§aTestSrv§7]§b<§8[§9-) / null
default-factions-plugin: ~

# Enable this if you want to use per-world chat formats / per-world nametags for players
# - true / false
enable-multiworld-chat: false

# Please check if you have all PurePerms groups in your server here

# &0: Black, &1: Dark Blue, &2: Dark Green, &3: Dark Aqua, &4: Dark Red, &5: Dark Purple, &6: Gold, &7: Gray, &8: Dark Gray, &9: Blue
# &a: Green, &b: Aqua, &c: Red, &d: Light Purple, &e: Yellow, &f: White
# &k: Obfuscated, &l: Bold, &m: Strikethrough, &n: Underline, &o: Italic, &r: Reset

# Available PureChat tags: {display_name}, {msg}, {fac_name}, {fac_rank}, {prefix}, {suffix}, {world}
groups:
  Guest:
    chat: "&3&l{prefix}&e[Guest]&f&r {display_name} &7> {msg}"
    nametag: "&3&l{prefix}&e[Guest]&f&r {display_name}"
    worlds: []
  Admin:
    chat: "&3&l{prefix}&c[Admin]&f&r {display_name} &7> {msg}"
    nametag: "&3&l{prefix}&c[Admin]&f&r {display_name}"
    worlds: []
  Owner:
    chat: "&3&l{prefix}&a[Owner]&f&r {display_name} &7> {msg}"
    nametag: "&3&l{prefix}&a[Owner]&f&r {display_name}"
    worlds: []
  OP:
    chat: "&3&l{prefix}&9[OP]&f&r {display_name} &7> {msg}"
    nametag: "&3&l{prefix}&9[OP]&f&r {display_name}"
    worlds: []

FAQ

Why can't players have coloured chat?

You need to set 'pchat.coloredMessages' permission for the players if you want to allow them to use colored messages

What are the colour codes to use, and where should I put them?

See the available colour codes listed in the Config. Do not use colour codes in PurePerms groups directly, use PureChat config instead.

Permissions

  • pchat
  • pchat.coloredMessages
  • pchat.command
  • pchat.command.setsuffix
  • pchat.command.setprefix
  • pchat.command.setnametag
  • pchat.command.setformat

purechat's People

Contributors

awzaw avatar xpyctum avatar gitter-badger avatar poggit-bot 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.