To install it, make sure to select it in the resource packs screen and put it on top of other font packs.
_This font uses caps as lowercase._
# MY OTHER FONTS
– Paramita Font by SourAlien
– Marga Font by SourAlien
– PP Font
– Anicca Font by SourAlien
– Warm Mojangles
– SAS SMALL CAPS FONT
– sas all lowercase font
– Samsara Mono by SourAlien
– Ostrakon Font by SourAlien
– Epsilon Font by SourAlien
– Alice Font
– Sleek DR
– Synesthete’s Dream
– HD B&W Font
tiny axe
resource pack that make axe smaller but still preserve the vanilla look.
This resource pack is part of my ”tiny tools” series. packs in the series:
Pack Goals:
– Make any Items, blocks, Mobs, or Other Textured Objects Adhere to the style created in earlier versions.
– Fix Any Bugs With The Vanilla Programmer Art (Improper Horse models, Zombie Pigman, Villagers, etc).
– Fix Any Inconsistencies That Started to Crop Up Around Release 1.5 and especially Release 1.12 and 1.13.
– Fill in gaps where Notch/Mojang forgot to make a texture (Farmland Sides, A Bottom Texture for the Crafting Table, etc).
——————————————
Whats changed:
– Whats included in the pictures.
– Various Splahes.
– Every Doubleslab texture.
– Removes 1.16 and up biome-dependant music.
– Potions have a glint and thick/mundane/awkard potions have unique textures (www.planetminecraft.com/texture-pack/time-s-potions/)
– Vlem Replaces Pigstep (www.planetminecraft.com/texture-pack/pigstep-to-calm4-ogg/)
– Dog Replaces Otherside (https://www.planetminecraft.com/texture-pack/time-s-discs-otherside-to-dog/)
– Eleven Replaces Creator Music Box (https://www.youtube.com/watch?v=l9nULbHnzfk)
– 0x10c Replaces Precipice (https://www.youtube.com/watch?v=ImwvjsD1row)
– Ricochet Replaces Creator (https://www.youtube.com/watch?v=itE92Fm9xA8)
– Horse Models (https://www.planetminecraft.com/texture-pack/time-s-old-horses-optifine/)
– Some Misc GUIs (loom, Crafting Book, etc).
– Improved grass/leaf colormaps.
– Tools show durability
– Programmer Art Optifine CTM
– Misc other Stuff
——————————————
What might/will change in the future (In no particular order):
– Happy Ghast Equiment Models/Items
– Sniffer
– Sculk
– Panda
– Optifine Compatibility Expanded To Newer Mods
——————————————
Requirements & Such:
– Requires Programmer Art (Under It In Pack Selection Menu).
– Requires Optifine for correct Pigman head shapes and Horse models.
– Requires The Appropriate Minecraft Version.
——————————————
### Thanks for Downloading!
——————————————
If you want a specific version not shown here (such as for a modded world) just ask on the wiki/planet minecraft link. I have old backups stored elsewhere.

Images (Gifs)

You are able to use the **time argument** in commands with more than one parameter.
Example: **2h10min** or **10min2h30s**

“`
/timer add
/timer set enable
/timer set disable
/timer set stop
/timer set save
/timer set ticks
/timer set name
/timer cmd [arguments]
/timer types
/timer remove
/timer info
/timer list
/timer reload
/timer save
/timer load
“`
“`kotlin
// this timer length is 180 * 20(1sec) = 3600tick(3min)
val timer = TimerAPI.build(“wait ramen”, duration = 180, period = 20, delay = 0)
.start {
hotWater.drip()
}
.tick {
some()
}
.end {
ramen.eat()
}
timer.run()
“`
## Support
If you need any help or want to share some ideas to add, just DM me!
Discord: @hirosukt
TimedTopper
# Info
This is an addon of Topper to add a new type of timely leaderboards where you can configure so that the leaderboard will be reset after a desired time. It’s a timely leaderboard plugin with heavy optimization and some of the most requested features.
# Feature
– Run on Topper – A leaderboard plugin
– Configurable reset time with support for Quartz Cron Expression
– PlaceholderAPI support with placeholders to get top values and remaining time
– Multiple Data Storage support: YAML, JSON, SQLITE and MYSQL
– Rewards to players when the board is reset
– API for developers
# DEMO VERSION
This version allows users to try the addon before considering buying the full version. It comes with some limitation:
– Support creating only 1 (one) leaderboard
– Use local storage (.properties), no SQLITE or MYSQL
– Limit the reset time to either “hourly”, “daily” or “weekly”. No Cron Expression support
– No rewards to players
– Some messages to tell the server owners to about the demo version and how to buy the full version