Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
MythicCosmetics MythicCosmetics
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 64
    • Issues 64
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • Packages & Registries
    • Packages & Registries
    • Package Registry
  • Wiki
    • Wiki
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • MythicCraft
  • MythicCosmeticsMythicCosmetics
  • Wiki
  • Sprays

Sprays · Changes

Page history
Update Sprays authored Sep 01, 2022 by Ashijin's avatar Ashijin
Hide whitespace changes
Inline Side-by-side
Showing with 24 additions and 1 deletion
+24 -1
  • Sprays.md Sprays.md +24 -1
  • No files found.
Sprays.md
View page @ e85b672e
a
\ No newline at end of file
Sprays are a type of cosmetic where the player can "spray" different map arts onto the ground. Sprays are temporary and can be configured to disappear after a certain amount of time, or when a new spray is used.
These map arts are clientside and do not actually affect the world, so are safe for any types of servers.
## Configuration
Configuration for sprays is simple! Just create or modify a file inside the `offhands` folder within whatever [pack](Packs) you're using with the following:
```
SUS_SPRAY:
Material: MAP
Model: 0
Display: "&dSus"
Description:
- "&fLookin kinda sus"
```
**Hats have the following options**:
* `ID` - *The ID of the cosmetic* (in this case `SUS_SPRAY`)
* `Material` - *The material the cosmetic model is attached to in your resource pack*
* `Model` - *The CustomModelData number the cosmetic model is attached to in your resource pack*
* `Display` - *The display name of the cosmetic in menus*
* `Description` - *The lore of the cosmetic in menus*
Sprays must also have a matching .png file in the same folder as the config file, with the name `[id].png` (where [id] is the ID of the spray).
\ No newline at end of file
Clone repository
  • Home
  • Changelogs

Setup

  • Configuration
  • Commands
  • Permissions
  • Compatibility
  • Placeholders
  • Color Tinting

Cosmetics

  • Hats
  • Sprays
  • Offhand
  • Gestures/Emotes
  • ModelEngine Accessories
  • Backpacks
  • Pets