Coder Social home page Coder Social logo

smelly-chat's Introduction

Smelly Chat

Welcome to Smelly chat. A fully customizable chat rank addon in minecraft bedrock. That makes server ownership eaiser, faster and enjoyable.

Features

Smelly Chat is feature loaded to the most possible things to add to a chat rank addon like:

  • Instant Loaded Ranks
  • Cooldown System
  • Customizable config.js
  • Default chat ranks
  • Built in Tick Scheduling system and verious formatting options
  • Simple 1 command ranks

Commands

Add a Chat rank to a player

/tag @s add rank-Owner

To add another rank simply just run the command again

/tag @s add rank-Staff

Remove a rank by running

/tag @s remove rank-Staff

Documentation

Editing the config

/**
 * The default rank for someone with no rank on server
 */
export const DEFAULT_RANK = "§bMember";

/**
 * Time in seconds for cooldown
 * Set this to 0 to disable cooldowns
 */
export const CHAT_COOLDOWN = 3;

To change the DEFAULT_RANK just edit the const

/**
 * The default rank for someone with no rank on server
 */
export const DEFAULT_RANK = "§bUser";

/**
 * Time in seconds for cooldown
 * Set this to 0 to disable cooldowns
 */
export const CHAT_COOLDOWN = 3;

Also you can remove the cooldown or add more time by just editing the cooldown

/**
 * The default rank for someone with no rank on server
 */
export const DEFAULT_RANK = "§bUser";

/**
 * Time in seconds for cooldown
 * Set this to 0 to disable cooldowns
 */
export const CHAT_COOLDOWN = 0;

WHEN EDITING THE CONFIG MAKE SURE TO INCREMENT THE /manifest.json VERSION

Old:

  "header": {
    "name": "pack.name",
    "description": "pack.description",
    "min_engine_version": [1, 19, 0],
    "uuid": "4d2c7522-f064-448d-a697-9d7a1c4e4aa6",
    "version": [3, 0, 0]
  },

New:

  "header": {
    "name": "pack.name",
    "description": "pack.description",
    "min_engine_version": [1, 19, 0],
    "uuid": "4d2c7522-f064-448d-a697-9d7a1c4e4aa6",
    "version": [3, 0, 1]
  },

Support

Watch the most recent video by Smell of curry: https://youtu.be/zSiZrsqKSaQ

For support, join the discord: https://discord.gg/dMa3A5UYKX

smelly-chat's People

Contributors

smell-of-curry avatar

Stargazers

 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.