0.6.0 RP, Glyphs, ClientSide builds
This commit is contained in:
parent
c80a684d8e
commit
e92772a714
47 changed files with 1120 additions and 239 deletions
|
@ -22,6 +22,7 @@
|
|||
- [ ] guilds
|
||||
- [ ] quests (hard coded) and db/json
|
||||
- [ ] filter chat
|
||||
- [ ] resource pack (host, upload, compress)
|
||||
|
||||
## tests
|
||||
|
||||
|
|
12
docs/examples/Glyphs.md
Normal file
12
docs/examples/Glyphs.md
Normal file
|
@ -0,0 +1,12 @@
|
|||
# Glyphs
|
||||
|
||||
this is an example of a simple glyph
|
||||
|
||||
```yaml
|
||||
testGlyph:
|
||||
Pack:
|
||||
model: raxen/testGlyph
|
||||
texture: raxen/testGlyph
|
||||
char: "\uE000"
|
||||
placeholder: ":test:"
|
||||
```
|
|
@ -2,6 +2,9 @@
|
|||
|
||||
see all the exemples in this folder :
|
||||
|
||||
to create any of the following, create a new file in the folder type of your choice (e.g. `
|
||||
plugins/Raxen/items/exampleItem.yml`)
|
||||
|
||||
- [Effects.md](/Elixium/raxen/src/branch/plugin/docs/examples/Effects.md)
|
||||
- [Items.md](/Elixium/raxen/src/branch/plugin/docs/examples/Items.md)
|
||||
- [Mobs.md](/Elixium/raxen/src/branch/plugin/docs/examples/Mobs.md)
|
Loading…
Add table
Add a link
Reference in a new issue