#showcase

1 messages ยท Page 6 of 1

mortal nymph
hushed patrol
#

KARMA-1.4.0 IS OUT !
ADDS :

Softdepends with WORLDGUARD 7+
Custom worldguard region flag : karma-multiplier

karma-multiplier is a double.
karma-multiplier multiply the karma won/loss on kills/hit if setup in a region where the player killer stands.
Can be used only if general.use-worldguard is TRUE
CHANGES :
Every values linked to karma are now DOUBLES to be compatible with karma-multiplier flag
Doubles can uses decimal numbers, no need to changes the values in the config.
FIXES :
Non-specified API on plugin starts

https://www.spigotmc.org/resources/karma.76077/update?update=335614

halcyon steeple
worn folio
quaint lagoon
proud pulsar
#

Scoreboard made possible through the use of dynamically resolved placeholders. In this example:

{event.getDamager.getName}
{event.getEntity.getName}
{event.getFinalDamage}

It uses a method chain caching system that easily brings down the overhead involved with reflection by ~5x.

proud pulsar
#

Demo in what the KiteBoard API is capable of doing. This example shows a custom registered criteria that activates when the user is in a specified Worldguard region.

alpine glade
small totem
stiff thicket
#

Since I couldn't find any page that lists all available Markdown features in GitHub (especially the custom ones, or did you know that you can do #<hex color code> (with inline code) to get a color preview in issues/PRs?) did I decide to make yet anothe MkDocs-page listing most if not all know Markdown options, as-well as the custom ones from GitHub.

Site https://Andre601.github.io/GitHub-Markdown
GitHub: https://github.com/Andre601/GitHub-Markdown

GitHub

Page containing information for all formatting options usable in Markdown files, issues, PRs and the Wiki on GitHub! - Andre601/GitHub-Markdown

keen owl
compact fjord
lone tundra
halcyon steeple
waxen roost
lone tundra
loud aspen
lunar flame
loud aspen
lone tundra
#

This works with multiple players and there is no limits

Some rules I made:

  • Players cannot see others from different "servers"
  • Items don't merge across "servers"
  • You can't pick up items that are not in your "server"
    ... more to come

This is all done in the same world under the same server

lone tundra
#

Finished this today..

Entities cannot track players on other "servers"
If a player moves "servers", the entities attempt to track the nearest valid player
You cannot take damage from sources coming from other "servers"

compact fjord
compact fjord
small totem
solemn sail
halcyon steeple
keen owl
tame ledge
tame ledge
loud aspen
pine depot
#

Hello!

I developed a coinflip plugin where your players can wager items and have fun with all or nothing!
The plugin itself is written with performance and structure in the back. The code is easily editable and expandable!
The Plugin offers a config.yml that lets you easily edit every String that gets sent to your players.

Commands:
/hf or /headflip
/hf help
/hf <player>
/hf accept
/hf deny
/hf collect
/hf stats

Custom wishes that shall be added to the plugin, e.g code your money plugin into it, can also be discussed!

Download here at Spigot:
https://www.spigotmc.org/resources/headflip.79253/

compact fjord
deep tree
#

Releasing a beta version of my command framework for JDA
Pretty proud of how it looks so far!
Made a video to show how easy it is to make a working command ;p

implementation "me.mattstudios.utils:matt-framework-jda:1.1.9-BETA"

latest version is actually 1.1.5-BETA but maven central is being annoying again seems like maven central is back

barren jungle
compact fjord
#

CommandRegions was a cool plugin, but ActionRegions is cooler - https://www.spigotmc.org/resources/actionregions.79342/ - Execute Actions when a player enters/leaves a WorldGuard Region based on various Requirements! The plugin also offers custom events ๐Ÿ™‚ - Also, don't mind the art, I'm too broke to get some nice ones now

keen owl
sweet obsidian
#

It's finally finished :):
https://quirines.com/
(If you dislike it, please tag me and tell me what I can improve)

stiff thicket
#

I created a small site with MkDocs (Yet again xP) that lists all GitHub projects I make/made and that I think are noteworthy.
https://github.andre601.com

wanton yew
young frost
keen owl
lunar flame
obsidian harness
#

Here's a bit of a preview of what I've been working on lately. It is the largest and most complex menu I've ever created, and it will be proudly featured on @fast peak's TestPlugin server once it is fully completed.
Sitting proudly at 7000 lines thus far, and is all built using DeluxeMenus
https://i.imgur.com/mX5uV0z.mp4

honest saddle
solemn sail
hallow crest
#

Worked on a plugin for automatically registering resources and deploying resource packs for a whole week. This ItemSkin plugin I built using it as a base is the first fruit of my efforts. The plugin loads all skins from files in its config folder.

remote basin
sturdy tiger
sturdy tiger
deep tree
#

Made a pretty cool Json to embed parser!
Pretty impressed by how small the code is, thanks to Gson

small totem
keen owl
tame ledge
#

Islands for our new skyblock server (This is a render, so you can't see all details there. There are also places for NPCs that would open an Island Panel for you ^^)

celest fog
errant karma
gleaming berry
vital cave
compact fjord
lunar flame
loud aspen
compact fjord
keen owl
mild vine
wanton yew
sweet obsidian
wanton yew
inner kelp
rotund ridge
#

hey guys! i know there are a lot of creative people out here, i really dont mean this as a advertisement. i really need some feedback on my instagram account: https://www.instagram.com/posadesign/

If you have time take a look and please give me feedback!!

glossy flare
hot leaf
keen owl
hot leaf
hot leaf
wooden compass
hard hornet
#

new site https://piggypiglet.me/, not finished yet, but fairly finished. Not responsive for now, works best on 1920x1080 (make sure to clear cache, if youโ€™ve ever visited the site before)

peak thorn
keen owl
gleaming berry
fervent lodge
lone tundra
#

Simple canvas drawing system, uses fake blocks which means I can run multiple games in the same arena

hushed patrol
#

When you see the UV mapping RELATIVE for the 1st time... And you love Streets of Rage

hot leaf
solemn sail
hot leaf
keen owl
solemn sail
red basin
lone tundra
topaz dagger
clear void
hot leaf
obtuse coral
#

These past few days I've been working on a cool little tool to make plugin development a bit easier.
Developers usually "shade" external libraries - add their classes to the plugin jar. This is a somewhat slow process, but more importantly it wastes space.

I've put together a Gradle plugin that will automatically download dependencies that need shading. This reduces build time, and makes your jars smaller.

It looks a bit like this:

https://img.bristermitten.me/00-15-48-23-06-20.png
https://img.bristermitten.me/00-16-22-23-06-20.png
https://img.bristermitten.me/00-16-48-23-06-20.png (note the small jar size - all required libraries are downloaded to PluginLibraries, but only if they're not already there!)

The project is in beta right now, but anyone interested can check out the messy source here: https://github.com/knightzmc/pdm

stiff thicket
keen owl
wanton yew
ruby mango
robust tangle
tame ledge
#

Hey! Just tried to make a little steampunk airship. This is my first try, what do you think? ^^

indigo cosmos
near rose
#

Classic Corvette (1960โ€™s) made by aDrew1 with Cubik Studio Pro.
Interested in ordering a model or purchasing some of my other models? Check out my website!
https://sites.google.com/view/drews-modeling/home - Classic Corvette - OmniVS - 3D model by aDrew (@DrewMagic21) [e82fd0...

โ–ถ Play video
worthy bear
hollow fjord
proud pulsar
spiral dew
#

Since everyone is posting things to do with the new 1.16 hex thing I decided to post something else.
Here is a menu made in DeluxeMenus. This is an Aim Practice menu with timer and score so it resets your score if you are not quick enough:
https://i.imgur.com/eo6LLRb.gifv
Thanks to @restive remnant for the idea.

stiff thicket
proper gust
tawny fern
tawny fern
tame ledge
proud pulsar
hushed patrol
nimble juniper
proud pulsar
waxen condor
#

Made a DeluxeMenus plugin configuration - "TokenShop". You can buy blocks, essentials money, armor with specific enchants, ranks via tokens of TokenEnchant plugin. Also there is essentials money shop for buying wood and food done for now

ruby mango
tawny fern
ruby mango
lunar flame
loud aspen
midnight kestrel
#

Next step is to hypnotise your players and ask them to buy all perks

compact fjord
solemn sail
#

Hey guys, this is my latest project, I've been working on it for a long time, its called Fuck 1.8, if your server is on a version that it shouldnt be (1.8), you will get 10 runtime exceptions, and then the server will shut down, this is just incase you "accidentally" download a 1.8 server jar (rookie error) ,

mild vine
nova flume
#

Made a camera border for my stream, this is my 5th project in photoshop, I think I did pretty okay

supple cypress
stiff thicket
serene token
indigo cosmos
deep tree
solemn sail
wooden compass
#

Seems like I should join the hex color train, working on a system to translate hex codes to chat colors for legacy purposes. It's not insanely pretty to look at or anything but here's a graphic that I thought looked cool

small totem
small totem
proud pulsar
pearl hound
pearl hound
#

Expanding on my previous showcase, these armor stands can now play videos. The played video is my previous showcase. It's kinda slow, so I'd love to see someone make a faster version of this!

crimson nova
#

I have been working on adding an inventory addition to a plugin of mine, and I could use some suggestions as to what else I should implement - which makes sense.
It currently allows you to apply a custom inventory specified within a file to be called when a user joins, with:

- '[INVENTORY] <file>'

However it currently only gives the users those items as the plugin would not suite in having an entire item system within it. So If you have any suggestions as to what would make sense to add to it, I'd appreciate if you'd let me know in #off-topic

The bellow is the current format for the custom inventory (Allows for unlimited inventories, with unlimited items)

deep tree
#

After hours of work we got pretty far!
Big thanks to Glare, Yugi, and Robi for the help with it!
a lot more work to do though

dusk plover
indigo cosmos
deep tree
#

Watch the whole thing with audio please ;p
And yes this is entirely in Minecraft, the audio is using a resource pack, enjoy!

keen owl
pearl hound
deep tree
#

Alright I wasn't going to post about this for some time but I just managed to get the image live from my webcam!

compact fjord
hushed patrol
compact fjord
#

I recently updated https://trackedservers.com/ (a customised Minetrack, showing popular gamemode, not minigame servers) to include a few more servers, and whatnot

hot leaf
frosty igloo
small totem
loud aspen
robust hedge
warm wave
#

Custom holograms made by me a while back for a user.
Added same placeholders as HDDisplays along with hooks into other plugins and papi support.

warm wave
grizzled turret
ruby mango
grizzled turret
solemn sail
robust tangle
#

phpservermonitor fork with minecraft server tps/ping support.

Sends SMS messages when your server has downtime or is not running within parameters (you can use javascript to define your own)

warm wave
solemn scarab
peak thorn
coral zenith
solemn scarab
#

Since the last one was such a big success, I've made an winter themed one too ๐Ÿ˜„ Really having fun with making these logo's lol, they do take a bit of time though

severe portal
compact fjord
keen owl
wind quarry
warm wave
lone tundra
stiff thicket
compact fjord
#

1.16 Nether spawn (built by @fast peak) with cool biomes for different areas ๐Ÿ˜ฎ

opaque walrus
#

Just released a massive update for my plugin Chests++. Chests now display their most common items on front of the chest, AutoCrafting is now possible, there are new hopper filters and ChestLinks and AutoCrafters can be picked up using Silk Touch! Check it out if you'd like! ๐Ÿ™‚ https://dev.bukkit.org/projects/chests-plus-plus

wind quarry
lone mesa
keen owl
warm wave
hollow fjord
#

I got bored so i created a system that allows me to update jar files onto my website EmiCool

My pc and internet sucks so it doesn't like loading the website but it works, i promise mmSitStareMocha

lavish elbow
#

Not really MC related, but I've just completed development on a NodeJS platform which is responsible for monitoring the status of a products servers. It also allows users to report issues they are experiencing and will render that data into a graph for the past 24 hours. Still things I want to add to it, but lemme know what you think of it so far ๐Ÿ™‚ https://impulse.community/status

fringe nexus
#

While working on a little mini-game plugin for Spigot, I decided to have some fun and make clone-jutsu :P
He moves around sometimes just not in the video!

fringe nexus
#

Here's the NPC walking around with the PathfinderGoalRandomStroll Pathfinder, meaning it's a creature and not an EntityPlayer ๐Ÿ˜›

fringe nexus
halcyon steeple
solemn scarab
grizzled turret
#

We've heard of JS eval on most bots. But what about Kotlin evaluation? :)
The purpose of this is to let the people in my discord study Kotlin conveniently and publicly in 1 spot
||Proud of me?||

hushed patrol
fathom pike
fierce mango
indigo cosmos
keen owl
slender kiln
stiff thicket
sly ember
#

I made a really really basic utils thing for mc. It basically just makes it so you don't need to make a utils class for every plugin. adds features like colorization of strings, sending messages easier etc etc. You can read more about it on the wiki https://github.com/Jaimss/mcutils

solemn sail
lone tundra
#

Work-In-Progress automatic settings gui
The gui pulls data from all the configuration files and converts it to a visual interface, automatically adding any new settings

grizzled turret
solemn sail
wind quarry
#

https://imgur.com/a/toQrDYc

Me did an explosive pickaxe for the first time in my life... me very happy...
she also supports fortune enchant.. hehe.. and also the items go directly to the inventory hehe

wooden compass
compact fjord
wooden compass
small totem
solemn sail
keen owl
lone tundra
crimson nova
#

Living in a constant fear of breaking your tools? Worry not, as now you get spammy popups which notify you if your tool is about to break fingerguns

fathom pike
warm pumice
crimson nova
stiff thicket
hollow fjord
#

Here is your eye bleach for today emojiplead

I hate all you downvoters, you're all java lovers EmiKnife

robust tangle
#

Working on a commercial for a project. Still need to add the background music and maybe add some more information to the slides.
Opinions on this draft? If you have suggestions or criticism please PM me.

serene token
deep tree
arctic kettle
#

Finally published the Java version of Thirst Bar on Spigot thanks to @tawny sable.
This plugin together with the texturepack makes a whole new bar that I like to call the thirst bar.
Basically it adds a whole different mechanics thats very unique. I made up features as that you can't heal unless your thirstbar is higher then 17 as well with the foodbar.
Also you can drink water bottles to heal up your thirst bar and much more. You can change alot of these things with the config that you can reload with a simple command.
https://www.spigotmc.org/resources/thirstbar-plus.82004/

grizzled turret
frosty igloo
keen owl
flat veldt
grizzled turret
hot leaf
serene token
robust tangle
deep tree
wind quarry
#

My friend is not in this server but we saw a fundyโ€™s vรญdeo about Minecraft inside minecraft and he decided to do it... this is some progress I think

wooden compass
stiff cape
keen owl
fierce mango
modest citrus
turbid timber
compact fjord
#

Unless your RTP and world gen is this fast on 1.15 and 1.16 (with no cooldowns on teleport), don't talk to me

compact fjord
vivid gulch
warm wave
languid sage
#

Made a small library for 1.16 colour codes and fonts.

If you like it, please consider leaving a rating on the spigot post: https://www.spigotmc.org/threads/hexitextlib-hex-colours-custom-fonts-development-library.456057/

Was going to use maven central to publish but man mac os doesn't like gpg

compact fjord
wind quarry
deep tree
#

Working on a persistent paginated GUI, serializes all the items and de-serializes them
@dusk plover ๐Ÿ‘€

small totem
keen owl
turbid timber
hollow fjord
grizzled turret
loud aspen
stiff thicket
lunar flame
lone tundra
keen owl
compact fjord
deep tree
#

Did a good amount of progress in this parser, works pretty similar to how discord works, happy with the result!
Next is to get the actions working correctly and lastly colors!
Also supports __bold__ for bold

ruby mango
keen owl
keen owl
hard hornet
keen owl
turbid timber
solemn sail
lavish elbow
#

First time experimenting with Mixcraft Recording Studio. Stole the backing percussions (drums) from YouTube, Guitar is me. Recorded chords first, then overlayed with lead. It's harder than I realised to get the sound and texture to sound somewhat decent

hollow fjord
vast compass
solemn sail
#

Spawner trade up gui, you find shards by mining and can trade them up for spawner pouches (all done with dm)

solemn sail
keen owl
deep tree
#

Reposting the showcase from yesterday but with better quality
All actions working perfectly now with support to colors and gradient!
The example in the video was type as:
<g:#5dde97:#eb5e6a>**test** *test* ~~test~~ [__test__](suggest: /suggesting command) ||test|| [**test** *test* ***test***](hover: <g:#eb5ee2:#5eebd1>**Testing** hover|command: /say Running hello comand!)
ps: thank you Nicole for the gradient code!

warm wave
sly ember
compact fjord
solemn sail
#

Showcase of the newest version I have worked on. Should be finishing it today with the sound effects, adding a bit of chat and polishing the rest of the code where it needs it.

karmic sandal
tame ledge
keen owl
obtuse coral
spiral dew
spiral dew
deep tree
broken fiber
#

I'm taking it one step further than @obtuse coral and present to you: A connect four plugin, written completely in Clojure (well actually 10 lines of Java but who cares)
https://github.wlosp.org/connect-four

limpid fulcrum
lavish elbow
#

blob0w0 Project I'm working on:

Work in progress responsive website and dynamic user dashboard with a pack of utilities at the disposal of the user to perform various functions for the associated account. Written in NodeJS and powered by the ExpressJS back-end server framework, the web platform integrates seamlessly with the actual "application", or client (don't ask what exactly it is ๐Ÿ™‚), and provides a publicly facing API for the client to access with authorization to retrieve specific data from the relevant endpoints.

lunar flame
deep tree
stiff thicket
cedar summit
tame ledge
keen owl
compact fjord
#

Not sure if I ever showcased this, but, one of the developers at Alerium has worked on a system that lets you connect multiple Velocity proxies, so you can load balance players across your network.

Velocity is a cooler, more lightweight proxy, and an alternative to BungeeCord - https://www.velocitypowered.com/

You can see the plugin here - https://github.com/GiansCode/Chocolate/

tame ledge
hollow fjord
solemn sail
#

Need a free hub for your network? Well, do I got you covered! I just released one of my best lobby/hub builds download for free on PlanetMinecraft.
Travel throughout it, I've added secret areas and even some secret parkour... DOWNLOAD NOW! ;D

https://www.planetminecraft.com/project/time-legacy-lobby-cave-of-gloria/

somber flame
somber flame
somber flame
loud aspen
keen owl
halcyon steeple
lone oracle
cloud flint
silent slate
compact fjord
compact fjord
fathom pike
obtuse coral
#

After a few weeks, @silent slate @vestal oriole and I have finally released our incredibly basic demo of the Elara language! It doesn't run very well yet but we are hoping to win the Repl.it game jam and get funding to carry it on!

The syntax is very simple and will look a bit like this: ```rust
let fact = (Int n) => {
if n == 1 => return 1
else => return n * fact(n - 1)
}

print fact 5
//prints 120


If you're interested, have a look at the full post and source code (please give an upvote too, it might make us more likely to win!)
https://repl.it/talk/challenge/Elara-A-primarily-functional-language-with-a-focus-on-developer-freedom/51792
repl.it

Elara Elara is incomplete! Only basic variable declaration is supported right now Elara is a multi-paradigm (although primarily functional) language with a clean syntax with little "noise" Elara's key focus is freedom . Developers should be able to write code without the la...

compact fjord
#

Not sure if this counts advertising, but, the links don't work, and it's not really available to the public anyway. But, I got the website for Nice Server (an optimised playing experience for modern Minecraft versions, and the software used to hold over 400 players on a single instance on 1.15.2, and 200 on 1.16.1) updated! Featuring a sexy GIF by Funny :O

https://niceserver.tech/

grizzled turret
sinful sigil
#

Was a commission that got bailed on, dm me if you're interested to have it for yourself.

keen owl
serene token
keen owl
compact fjord
stiff thicket
glossy flare
keen owl
hushed patrol
dapper lark
atomic stump
hushed patrol
#

Some tests for my plugin, read description.
PS: I can't get hurt by mobs because they don't have any accuracy.
https://www.youtube.com/watch?v=l6Hab4XbNm8

tests:

  • particles on impact (physical, magical, critical magic and critical physical)
  • Classes requirements to join (class / class level)
  • stats growth on level up / class join (semi-random)
  • stats depending of item equiped
  • class-item compatibility on stats
  • Rocket jump...
โ–ถ Play video
hushed patrol
ruby mango
grizzled turret
hushed patrol
keen owl
radiant belfry
keen owl
atomic stump
dapper lark
#

Completed my first ever phone screen repair today. Very happy with the outcome.

My phone camera makes the screen look bad, but trust me, it isn't

hushed patrol
#

Test AOE damages / particles / heal on projectiles inside my mmo plugin FE_Character
Some infos inside desc
https://www.youtube.com/watch?v=LUmr4zdYSKU

Shooter in the area takes the heal and the damages in every case, other entities can still dodge the attack but not the heal.

AOE radius, (physical / magical) damages and heal value are configurable too for each item
All experience on killed mobs by AOE is gathered by player ...

โ–ถ Play video
hollow fjord
compact fjord
grizzled turret
spiral dew
iron shard
keen owl
warm wave
atomic stump
hushed patrol
stiff thicket
grizzled turret
fathom pike
keen owl
grizzled turret
red turtle
#

This non photoshopped totally real dog was taken by me just some few moments ago. :]

keen owl
tired field
#

My first time actually trying to build. If you have any suggestions or anything please dm me or @ me in general as I want to get better at building. I know I made it too narrow.

deep tree
#

With some big changes I did to my Markdown parser, I have decided to make a chat plugin using it
Now it's possible to display items in chat without breaking the format being used!
And it'll be completely customizable, with many more keywords

warm wave
keen owl
stiff thicket
lunar flame
stiff thicket
deep tree
#

Did some big changes to my Markdown lib for release 2.0.1.
Mainly:
Performance boost
Colors and format now pass through everything even new lines
Markdown is now even more similar to discord, supporting things like ** hello ** (didn't use to support spaces like that)
And added Kyori's adventure support, so it will also work on Sponge, Bungee, and a few others
Can read everything that was changed here:
https://mf.mattstudios.me/message/mf-msg/change-log

proud pulsar
robust hedge
atomic stump
tough glacier
robust hedge
raw shore
hushed patrol
#

Added custom durability for weapons and jewelry (you know, cristals in the mmo) !
Read description if you see something wrong ^^
https://www.youtube.com/watch?v=epLnt1twycg&feature=youtu.be

  • I didn't removed the vanilla durability, but it's already possible.
  • A weapon can have a custom max durability and durabilty loss per hit (here, 10 points loss for a total of 100 points)
  • Each weapons can have as many jewel wanted as long they are compatible with AND the a...
โ–ถ Play video
keen owl
dapper lark
keen owl
stiff thicket
timber widget
compact fjord
solemn sail
fierce mango
#

started work on a design for a mod competition website (in a way, kind of like a itch.io game jam, but for mc mods) I'm still not completely sold on the right side, lmk any ideas /suggestions I could make to improve ๐Ÿ˜„ (still kinda new to UI design)

lone mesa
red turtle
#

I made a functional event builder, what ya think?

EventSubscription<PlayerJoinEvent> eventSubscription = EventBuilders.create(PlayerJoinEvent.class)
                .execute(event -> event.setJoinMessage("lol"))
                .unregisterIf(event -> !event.getPlayer().hasPlayedBefore())
                .filter(event -> event.getPlayer().isSneaking())
                .execute(event -> event.setJoinMessage("not lol"))
                .executeIf(event -> event.getPlayer().hasPermission("lol"),
                        event -> event.setJoinMessage("very lol"))
                .onError(Exception::printStackTrace)
                .build()
                .ignoreCancelled(true)
                .eventPriority(EventPriority.MONITOR)
                .register(this);

https://github.com/Conclure/EventBuilder

Credit to alex for letting me use his repo

keen owl
stiff thicket
#

Wanted to mention, that I updated the converter a bit... And by that I mean made the background dark grey with white text.

loud aspen
pliant ermine
dapper lark
#

I have created a puzzle-style game where you have to decrypt the clues to attempt to get to the final message.

The starting point of the puzzle is here:
https://paste.helpch.at/utugufazes.cpp

Things you need to play:

  • An internet browser
  • Notepad (maybe?)
  • A brain

If anyone does do it and you need help, feel free to DM me as it can be quite hard!

compact fjord
keen owl
tough glacier
compact fjord
grizzled turret
grizzled turret
keen owl
pliant ermine
timber widget
lunar flame
keen owl
solemn sail
turbid timber
loud aspen
keen owl
obtuse coral
glossy flare
solemn sail
turbid timber
solemn sail
hushed patrol
#

https://youtu.be/Iv2XIG1qt4k
Read desc if you don't understand why the GUI is so... empty ^^
This is a prototype to add runes on my custom weapons / armors using a GUI !

  • Runes lore aren't well updated: RUBY increase Physical damages by 2 (main hand) and 1 (off hand), DIAMOND increase Accuracy by 8 (main hand) and 2 (off hand).
  • Items from the plugin can get a specific amount of runes and only compatible one (training_axe is compatible with ...
โ–ถ Play video
compact fjord
sly ember
#

trying to make my desktop look a bit nicer and this is what i have come up with (with some inspiration from pictures online)

magic coyote
tough glacier
keen owl
hushed patrol
compact fjord
grizzled turret
#

Tell me if you have any comment, this is my first art on a cheap laptop, thank you
(maybe I have to improve the letters)

serene token
atomic stump
obtuse coral
keen owl
proud pulsar
obtuse coral
compact fjord
fierce mango
#

Fun discord faq bot im working on, might merge it with my main bot (ZyBot - in development)
registers questions with tags and sets up a json file to keep track of them per server, all of this is possible by simple commands (-faq add '<question' '<answer>')

hollow fjord
#

Last night I created a plugin that allows players to force villagers to move to specific blocks, This is useful when trying to get villagers to get somewhere HR_NayuSmile

I just started using NMS a few days ago so I thought i'd mess with path finding a bit kanna_love

hollow fjord
keen owl
fierce mango
#

(Another update to my discord bot)
Made a simple function that lets you ping a minecraft server to see if they're online
(also works if the server has a custom port)

-ping <server IP>

dapper lark
dense cove
hollow fjord
loud aspen
solemn sail
grizzled turret
mystic summit
#

Made a simple bot that queries search results from Giphy which then displays the first result (this was fun to make ngl)

warm wave
vestal oriole
solemn sail
#

Thatโ€™s a cute pupper, I raise you my recent boi Ginger who lived two the age of 23.

solemn sail
#

Cute cat, but you shall look at these two sweethearts sleeping together โ™ฅ๏ธ

winged kestrel
obtuse coral
atomic stump
keen owl
tough glacier
dapper lark
#

I made a discord bot that tracks the price of streamdecks (they are soon-to-be going on sale). It has a manual check command and it also auto checks every hour and DMS me if the price changes.

wispy skiff
obtuse coral
red turtle
fierce mango
#

Hey! just released my first public discord bot!
If any want, feel free to use my FAQ bot for your discord server (or anywhere for that matter)

It works in a "tag" type system, anyone with the administrator permission can make FAQ cards (up to 25, but for testing purposes i might double that for the first few servers) then anyone can do -faq <tag> to see the question & answer (works well in a certain channel, where all of the questions & answers are listed)

Invite Link: https://discord.bots.gg/bots/771847323894415362
(still awaiting verification, so currently this link is the only way to find it)

All of the setup commands are on that page, but in short, to make a FAQ:
-faq admin add <tag> %<question>% %<answer>%
Example:

dapper lark
fierce mango
#

To the message I posted earlier today:
Made a small function where instead of doing -faq <tag> you can now just do -<tag>, and with this its technically possible to make custom commands! (done by setting the question to the card's title, and the answer to whatever content you want it to say)

keen owl
cold cradle
spiral dew
crimson nova
median kiln
loud aspen
keen owl
red turtle
hushed patrol
#

https://youtu.be/T8-CBOn-6yM

Added a SKILL SYSTEM of BONUS STATS on my plugin, to let players have some temporary bonuses.
If you have some skills idea, Gimme them รจwรฉ

I'm adding a skill system on my plugin. ATM it works only on weapons.

  • The weapon can have one skill.
  • This skill has 100% chances of trigger on attack.
  • The skill stills for 60 seconds and gives stats bonus (see the hearts + stats difference in /fe check all command)
  • Mul...
โ–ถ Play video
lone tundra
#

Do you have a problem with entities?
Introducing Entity Exploder

Features:

  • Invincible so that it doesn't delete itself
  • Gets rid of your entities (and half your world)
  • Doesn't die to the sun
  • Right clicking brings it to you
modest citrus
errant karma
spiral dew
spiral dew
lone mesa
lone tundra
hollow fjord
deep tree
halcyon steeple
keen owl
grizzled turret
compact fjord
red turtle
#
interface ThickConsumer<A,B,C,D,E,F,H,I,J,K,L,M,N,O,P,Q,R,S,T,U,V,W,X,Y,Z> {
  void accept(A a, B b, C c, D d, E e, F f, H h, I i, J j, K k, L l, M m, N n, O o, P p, Q q, R r, S s, T t, U u, V v, W w, X x, Y y, Z z, A a, B b, C c, D d, E e, F f, H h, I i, J j, K k, L l, M m, N n, O o, P p, Q q, R r, S s, T t, U u, V v, W w, X x, Y y, Z z);
}``` How epic?
near rose
lavish elbow
karmic sandal
karmic sandal
compact fjord
#

Open sourced a new utility, developed by QuickGlare for Alerium. A modern, async message utility that let's you get/send the head of a player in chat. Full RGB, and PAPI support. Center messages, caching, and more! - https://github.com/GiansCode/HeadMessage

terse cairn
#
private <T> Supplier<T> abort(Class<T> exception) {
  return () -> {
    try {
      return exception.newInstance();
    } catch (InstantiationException | IllegalAccessException e) {
      throw new RuntimeException(e);
    }
  };
}

...

throw abort(MyException.class).get();

this is how 2 thr0w exception ez way

median kiln
hollow fjord
hushed patrol
median kiln
compact fjord
hushed patrol
keen owl
obtuse coral
keen owl
median kiln
obtuse coral
compact fjord
stiff thicket
wooden compass
#

I take your silly gradients and raise you a triple color stop gradient and pastel rainbow with bold+italic

keen owl
compact fjord
#

I once made and released a decently popular plugin called CommandRegions that executed commands whenever a player entered/left a WorldGuard Region, depending on if they had permission. That plugin has since been revamped to use an Action based system, and to use Requirements (similar to DeluxeMenus) over single String permissions.

You can check out the plugin here - https://github.com/GiansCode/ActionRegions

Or... Maybe you wanna add Requirements and/or Actions to your plugins

Requirements: https://github.com/GiansCode/Requirements
Actions: https://github.com/GiansCode/ActionUtil

Everything is made to be as easy as possible!

upbeat quarry
glossy flare
compact fjord
obtuse coral
upbeat quarry
hollow fjord
#

Henlo EmiWave I made this a while ago but thought I'd improve on it and make a Java & Kotlin Version of it.

I created some nifty code that allows you to Create and open books for players easily, It's very simple to use and i've provided an example on how to use it in both languages.

You can use this code and alter it as much as you want, I may work on one that uses Hover Text & Click Text in the future LoveBear

https://gist.github.com/Oribuin/34903b751b952b745193ee1e8c8cfe9c

compact fjord
keen owl
hollow fjord
copper hollow
compact fjord
grizzled turret
#

Yesterday I did tell you that I am gonna showcase about health display on my Arduino; well, here it is. Enjoy my small little project thonking
A little note: The led which blinks indicates half a heart
https://imgur.com/EbZuGgd

nimble shale
pliant ermine
hollow fjord
solemn sail
keen owl
warm wave
#

Simple timer bot I made, has support for multiple types of time.

1s
1sec
1second
2seconds
Same for minutes and hours.

stiff thicket
spiral dew
small totem
keen owl
spiral dew
obtuse coral
obtuse coral
#
{ defn -main arrayOf(&, args) 
  { println "Hello World" }
}
``` clojure with kotlin syntax, or kotlin with clojure syntax, or java with clojure syntax and similar syntax to kotlin, or clojure with curly brackets, or clojure with C syntax, have a nice day
hollow fjord
hollow fjord
compact fjord
stiff thicket
stiff thicket
deep tree
#

Finally have some things to showcase from the chat plugin I've been working on.
Added pinging! (with sound)
The ping display and sound is 100% customizable! (sound can be disabled by players)
Soon it'll support @everyone, etc.
On the video it may look like the sound goes before the text appears, but that is just from my recording software

glossy flare
keen owl
obtuse coral
grizzled turret
#

Since I just got a new Arduino Mega today, and while I was waiting for my new ordered segment, I just made this randomizer as a workout. Have fun!
(hold down button to keep rolling, release to stop): https://imgur.com/xvEegAA

keen owl
keen owl
stiff thicket
pseudo palm
#

This is my first deluxemenus project
Usage: https://gyazo.com/b18557a6b33d67bc9ee06b1bde82ac36
default gui: https://gyazo.com/7102cf7504fe77a0a7f01bda56e6ee7c
Temp banning gui: https://gyazo.com/1e2c7ff0d42eb358d7884f9239d26bbe
Muting gui: https://gyazo.com/68dfb2651555165728313f61521c4293
What it looks for helper rank: https://gyazo.com/d2cb19c84332461da8d9cf15e9d47b53
what it looks for mod+ gui: https://gyazo.com/585eb1a4c32ce61d70f3042a2c4e9774

All of this is configurable from colour to position

fierce mango
dapper lark
#

I don't think I've ever seen a single streamdeck layout in this channel, but here we go, here's mine! ๐Ÿ˜„

wooden compass
small totem
obtuse coral
turbid timber
stiff thicket
#

Moved my personal website from https://andre601.com to https://andre601.ch with quite a few changes.

To all the people that do have a review on my old server:
I will stop/remove my old site on start of next year, so if you want to "save" the review, copy its content or use the wayback machine to create a snapshot of the site's current state.

obtuse coral
tame ledge
#

I actually started developing 6 days ago with no experiences. I was coding more than 10 hours/day and got some experiences. 2 days ago I just started making a new plugin for Easter Eggs. This plugin has features such as InGame GUI editor for eggs and Commands and also almost all configurable with sounds tho. I want to make some unique features soon, so I will make so tomorrow :)
If you want to check my plugin, here you have ^^

https://www.spigotmc.org/resources/โœจ-leastereggs-give-random-rewards-1-12-2-1-16-4.86768/

errant karma
compact fjord
errant karma
#

Gameready Asset with Textures and LOD's Modeling done in Blender, Baking and Texturing in SubstancePainter. Rendering in Blender and finishing touches in Photoshop.

compact fjord
lunar flame
keen owl
obsidian steeple
stiff thicket
loud aspen
keen owl
keen owl
gleaming berry
#

I made a little redeem code system for a Christmas give-a-way for my server. Wondering if I should make this public and build it out more ๐Ÿ™‚ Happy Holidays!

crimson nova
#

Howdy, been a while since I shared any of my projects here, so here's a Christmasy themed one. (for demonstration purpouses the range was se to 10x10, and the game duration to 20s)

The project is shared on github and can be found here if you're interested :)) https://github.com/Frcsty/TreasureHunt
https://gfycat.com/vigilantseveralchamois

fierce mango
#

Been wanting to try making a chrome extension for a while, finally sat down and... its a lot easier than i thought it would be, so as I normally do when i learn something new, I made a calculator! (and styled it like iOS ofc), dont have a developer license, so its just up on github, but now that I know its literally just a web page, I have a few fun ideas I'd like to try :D
https://github.com/teakivy/simple-calculator

keen owl
lyric dome
strange pasture
hollow fjord
keen owl
tame ledge
dapper lark
#

After 5 months of development, I have finally released my plugin called DiscordX on SpigotMC!
The plugin acts as a link between Minecraft Servers and Discord, causing 2-way chat, achievements, deaths and others to all be recorded in the Discord.
https://www.spigotmc.org/resources/discordx.87421/

pastel escarp
obtuse coral
keen owl
spiral dew
#

Hello,
Long time ago I made a quest menu using just PlaceholderAPI and DeluxeMenus.
Well couple weeks ago I decided to update it and make it better so a few days ago I finally got to it.
I currently have 4 Quests but am working on adding about 34. I made it so you can set the cooldown, rewards (vault money only), amount of blocks mined/blocks killed/etc can be easily changed from a javascript file using PAPI JS-Expansion and you can also disable/enable quests (https://i.imgur.com/XIlK5LU.png)
Once again this is just PAPI + DMenus (and Vault for rewards). Here is the result:

Edit: Forgot to mention a couple things:

  • there are checks for quests so if you do something opposite so for example mining quest but you put blocks while the quest is active it subtracts from your total.
  • there is also checks so you can't enable multiple quests at the same time but am thinking of adding an option in a js file to decide the limit there.
  • also you can leave a quest if you don't want to complete it.
gleaming berry
#

Thoughts abt the glass lore? If you click it would go to another page if you have more codes

past wasp
keen owl
hollow fjord
obtuse coral
#

"Functional" programming (getting a bit slow tho ๐Ÿ˜ฌ )

Executed in 873.687ยตs.
``` Fixed it
crimson nova
#

Made another plugin, this time a Grief Prevention extensions which adds selling of claims (yes this is based off of GPRealEstate, however as it is no longer updated, decided to make my own)

(can't be asked to make a gif of it functioning since it's all explanatory stuff, here's a cool sign tho fingerguns)
https://media.discordapp.net/attachments/737281436222226512/795605602524725248/unknown.png

You can find the source code bellow, feel free to use the plugin if you have a use for it
https://github.com/op65n/RealEstate

hollow fjord
#

I decided to create this GUI so people can easily enable/disable certain modules without requiring to go into the config to do it.

The modules are coded into the plugin itself, For those who ask

keen owl
solemn sail
obtuse coral
compact fjord
wooden compass
compact fjord
loud aspen
honest saddle
keen owl
loud aspen
obsidian steeple
trim haven
mossy anvil
silent slate
silent slate
obsidian steeple
mossy anvil
crimson nova
#

I added two features which idfk why Mojang hasn't, poor game design if you ask me since these are two amazing features.

StonneCutter damage (exponential),

heady scroll
past root
past wasp
mossy anvil
past wasp
compact fjord
#

Figured I'd showcase this - https://github.com/GiansCode/GameSync

POC for linking multiple worlds across different server instances. Sync chats, locations, portals, and inventory. A lot to be done if it were to be production, but, the idea. and general framework is there

PS: This is what we based our systems around to get ~400 players on a gamemode ๐Ÿ˜„

undone ridge
loud aspen
obtuse coral
silent slate
pale charm
silent slate
honest saddle
small totem
compact fjord
small totem
quaint sparrow
#

I wrote a small piece of code that allows developers to display data as a tree in the console or any other output.

Code used in screenshot:

        final DisplayAsTree tree = new DisplayAsTree("Minecraft")
                .addSection(new Section("World")
                        .addSection(new Section("Entities")
                                .addSection(new Section("Player")
                                        .addSection("Name: Jumbo_1907", "Health: 20.0", "Alive: true"))
                                .addSection(new Section("Pig")
                                        .addSection("Name: Pig", "Health: 2", "Alive: true"))
                        )
                );
        System.out.println(tree.getAsString());

DisplayAsTree file: https://gist.github.com/jumbo1907/56ced1f71b6775f89c881c64467fa8d8

Note:

  • You can use as many sub-sections as you like.
  • This is not production-ready, just a small showcase
Gist

GitHub Gist: instantly share code, notes, and snippets.

small totem
#

Now with monthly donation goal ๐Ÿ™‚
also event on monthly donation goal reach, when monthly donation goal reached, it'll broadcast message or run a command.

loud aspen
#

Sunflower pvp

  • This build is modelled in Autocad Inventor and imported in Minecraft.

๏‚ง Tools used: Autocad Inventor, Voxelizer, Worldedit, GoBrush, GoPaint
๏‚ง Sketchfab: @Snouzuless
๏‚ง PlanetMinecraft: @Snouzuless
๏‚ง Minecraft ing: Snouzuless

#Minecraft #Minecraftbuild #Minecraftbuilder #sunflower #Minecraftonly #ServerHub #Spawn #Hub ...

โ–ถ Play video
deep tree
#

Messaging with extremely customizable formats (depending on the permission) and private messages (which also supports multiple and custimazble formats) are finally fully functional!
Thanks Frosty

crimson nova
#

Decided to OS one of my ploogins I made a long time ago, if anyone finds a use for it ๐Ÿคท, contains an assortment of factions related plugins

https://github.com/Frcsty/DistrictCore

obtuse coral
fierce mango
#

started work on a plugin for a event minigame, basically the idea is you start with 3 lives, then you have 23 hours to gather materials, build your area, etc, then for the last hour everyone gets set to 1 life thats not dead completely, and the border starts to shrink until there's just one player left (basically 24 hour uhc)

So far ive gotten the lives part, also logging out removes one life
https://www.youtube.com/watch?v=4lMWW7ZuxEQ
(i know, im bad at explainations)

#Topic #Minecraft #TeakIvy

โ–ฌโ–ฌโ–ฌโ–ฌโ–ฌโ–ฌโ–ฌโ–ฌโ–ฌโ–ฌโ–ฌโ–ฌโ–ฌโ–ฌโ–ฌโ–ฌโ–ฌโ–ฌโ–ฌโ–ฌโ–ฌโ–ฌโ–ฌ

Socials:

Twitch: https://twitch.tv/teakivy
Twitter: https://twitter.com/TeakIvyYT
Join My Discord: https://discord.io/teakivy

โ–ฌโ–ฌโ–ฌโ–ฌโ–ฌโ–ฌโ–ฌโ–ฌโ–ฌโ–ฌโ–ฌโ–ฌโ–ฌโ–ฌโ–ฌโ–ฌโ–ฌโ–ฌโ–ฌโ–ฌโ–ฌโ–ฌโ–ฌ

Music in this Video:

Artist - "Song Name":
--link--

โ–ถ Play video
keen owl
gleaming adder
#

And second, here's a demon from a minecraft server i'm working on.
You can make contracts with them for permanent bonuses; there are 32 different types of demons each with its own unique effects and contracts.
(Though if you stay around them for too long without making a deal theyll get pissed off and attack you)

tame ledge
crimson nova
gleaming adder
#

Finished one siren mob
Took an entire day of configuration to create (~400 lines in mythicmobs total excluding items)

(Vanilla minecraft)
It has a bunch of abilities, including hunting and eating fish to heal
This ones used its signature bubble ability which creates a 4 second levitation + stun bubble in an area after a delay, to catch a fish

mossy anvil
compact fjord
past wasp
indigo cosmos
heady scroll
#

Some Terraria items I have recreated for my Terraria Minecraft server (the block isn't mine its the 1.17 amethyst block texture by Jappa but recoloured) I am only using it as a placeholder atm.

Top Left - Cobalt
Top Right - Mythril
Bottom Right - Titanium

keen owl
unique canyon
stiff thicket
solemn sail
keen owl
keen owl
atomic stump
hushed patrol
#

Almost ready for a release, I have done some changes for the characters and conquest system.
https://youtu.be/X_lxb6X-On4

The plugin is mostly ready.

CHARACTERS:

  • Player stats, classes, masteries (etc...) are now sparated for each player characters.
  • ATM, the Empire is linked to Player, not Characters.
  • Characters can be renamed to fit the player envy. Rename can be both identifier and Display (with special chars for display)
  • The default limit of characters i...
โ–ถ Play video
keen owl
obsidian steeple
compact fjord
keen owl
fierce mango
#

Just posted my favorite, and most edited video ive ever made, if you have any feedback on how I could improve please let me know!
https://www.youtube.com/watch?v=bHb4Mzumu6U

Today I got a little inspired and remade SAD-ist's Dawn of 16th Dream SMP Animatic, in Minecraft!

This has taken me around 27 hours to make, with over 100 clips, so if you enjoyed, please consider subscribing!

Thanks to these people for helping me with some clips!
TotallyNotEren: https://www.youtube.com/channel/UCW2Aslwwgl9drtRczud3IPg
KingElf...

โ–ถ Play video
obsidian steeple
hollow fjord
#

New change to a plugin im working on for someone shy

Before questions roll in, It's a GUI that allows players to choose which items they want to pickup, I changed the GUI to sort all the items in the game alphabetically and added a search option to narrow down which items you want to see.

broken fiber
terse cairn
#

I was bored and I decided to add different dithering techniques to images. Decided to implement Sierra 2-4A. (I'm on my horrible school laptop so the results are slow KEKW ). Another thing to note is that this is based off the Minecraft Palette, which is very limited.

Source Code: https://github.com/PulseBeat02/MinecraftMediaLibrary/blob/master/src/main/java/com/github/pulsebeat02/test/DitherTests.java

Result:

atomic stump
tough glacier
keen owl
indigo cosmos
stiff thicket
silent slate
stiff thicket
indigo cosmos
keen owl
somber hawk
thorny summit
keen owl
sly ember
#

https://streamable.com/o8nfxr
I've been working on a holograms library that im sure I will link here when I am confident that it is done and working, but heres some of the current progress.
It supports pagination, server restarts, editing the lines/pages, etc. Every line is player specific which means you can have placeholders for each player, hide it from specific players if you choose, etc.

sly mortar
crimson nova
keen owl
somber hawk
pale charm
drifting crane
#

Want to spice up your rewards or compability layer between plugins in general?

rewards:
  - '!money.add 1000'
  - '!item.give(cooldown:24h) diamond 16'
  - '?permission ranks.donor'
  - '/crates(execute_once:true) givekey ${player} one-time-key'
  # supports PlacerholderAPI, of course ;)
  - '!txt "&aHere is your one time donor crate key for &c%crates_crate_name_donor%"'
ArtContext rewards = ART.load(config.getStringList("rewards"));
rewards.execute(player);

Check out the framework I created: https://github.com/art-framework/art-framework

When adding triggers into the mix, you can even realize more advanced use cases, like achievements, quests, events in mob arenas and more:

        try {
            requirements = ART.load(config.getStringList("requirements"));
            trigger = ART.load(config.getStringList("trigger"));
            trigger.onTrigger(Player.class, (target, context) -> {
                if (notApplicable(target.source())) return;
                if (requirements.test(target).success()) {
                    addTo(AchievementPlayer.of(target.source()));
                }
            });
        } catch (ParseException e) {
            log.severe("failed to load art trigger config of " + alias() + " (" + id() + "): " + e.getMessage());
            return false;
        }

The code snipped above allows creating any kind of achievements, e.g.

trigger:
  # the player needs to enter the defined location 3 times in a row holding a stick
  # the count only increases every hour, so he needs to wait at least 3 hours
  - '?equipment stick slot:hand'
  - '@loc(count:3,cooldown:1h) 1,33,7 world:world_nether radius:10'
requirements:
  # after the condition above is successful this requirement is checked
  - '?achievement art-oholic'
silent slate
past wasp
compact fjord
drifting crane
#

I made a minecraft server quickstart template: https://github.com/Silthus/minecraft-server-template
It gets you a full minecraft network on docker up and running in under 30 seconds, including:

  • Paper and Bungeecord
  • dynmap on standalone webserver with custom subdomain and ssl certificate
  • mariadb database with phpmyadmin over https on own subdomain
  • cron scheduled backups to disk or remote storage (e.g. S3)
  • player analytics webinterface on own subdomain and https
  • and a lot more ๐Ÿ˜‰
    See this youtube video for a demo: https://www.youtube.com/watch?v=bvB1862FJmE&feature=youtu.be

Get the template on Github: https://github.com/silthus/minecraft-server-template

Details and description on how to use the Minecraft Server Quickstart Template is in the description of the Github repository.

โ–ถ Play video
keen owl
fierce mango
#

Been working on a recreation of MEE6 for my server (so far have gotten everything except twitter auto post), decided to add a fun command to improve our self promotion channel, !!twitch <username>

sly ember
grizzled turret
keen owl
somber robin
loud aspen
keen owl
mossy anvil
languid sage
#

Had a little opinion based rant on why you should dump old versions of Minecraft servers.
Seems to have started a small discussion going

https://www.spigotmc.org/threads/controversial-alert-why-you-should-dump-old-versions-of-minecraft.487999/

fierce mango
keen owl
keen owl
vast compass
#

I believe this is a one of a kind cosmetics system i have going on here. Uses a server resource pack where all the models were custom made by my Brother [Over 40 models atm]

keen owl
mossy anvil
stiff thicket
#

I'm in the process of making a new Post for my blog that lists the pros and cons of SpigotMC (The forum, not the software. That one comes later)
If you have any pros or cons that should be listed, tell me and provide the info. I also try to keep it balanced in terms of pros and cons, so don't just give cons or pros alone.

https://github.com/Andre601/blog/pull/7

slate crypt
stiff thicket
#

Look at this beautiful and totally not corrupted part of the world (This sudden change goes around the entire world. Was probs the old World border edge before it was changed and a pregen was done again)

keen owl
rich bluff
#

Hey all! Interested in stonks? Too busy playing minecraft? Look no further and view your stonks in-game! I've built a placeholder plugin that allows you to view stonks in-game.

๐Ÿš€ ๐Ÿ“ˆ ๐Ÿ“ˆ ๐Ÿ“ˆ ๐Ÿš€

Placeholder: %stock_{symbol}_{method}%
e.g. %stock_GME_getRegularMarketPrice%
%stock_AMC_getRegularMarketPrice%

Please give it a star on GitHub if you like the project and let me know if you have any questions in DM or other channels.
https://github.com/imWillX/StockAPI
https://github.com/Hazebyte/PlaceholderStock

inland plover
#

Cinematic montage of our server build competition in celebration of Chinese New Year ๐Ÿงจ๐Ÿ‰

https://www.youtube.com/watch?v=SA2Y4RviHI8

Congrats to all the Build Competition winners :D All your builds were really cool

KittehCraft is a Survival Minecraft server with some extra additions sprinkled here and there. All economy is handled by players, mcMMO and passives exist, and the community is nice overall :3
Minecraft Version โ–ถ 1.16+
KittehCraft IP โ–ถ mc.kittehcreations.com
Kitte...

โ–ถ Play video
stiff thicket
heady scroll
#

Custom item lore format for my Terraria MC server, made with resource pack custom fonts.

small totem
compact fjord
compact fjord
soft harness
heady scroll
wanton yew
#

Scene: I need 9 more EXP to level up, thats why the progress bar is almost at the end

I thought I did an incredible job with this level card. The designs as as well as the system itself is made by myself. Something I enjoyed doing!

hollow fjord
soft harness
grizzled turret
indigo cosmos
small totem
arctic kettle
pale charm
tawny walrus
red turtle
silent slate
#

๐Ÿ˜Œ

rugged badger
heady scroll
#

WIP Battle Pass GUI Menu

compact fjord
#

TrackedServers 2 (MineTrack 5) coming soon ๐Ÿ˜ฎ

heady scroll
#

Battle Pass GUI I posted the other day has now been completed.
XP bar (purple thing) in the middle was made by a good friend who is also helping me make the server, his twitter is https://twitter.com/xThanatos6.

frigid ravine
#

Made fast an temp logo, what do u guys think?

fierce mango
#

Some of you may know the Legacy SMP, (Pearlesent moon, logicalgeekboy, chimneyswift, etc)
I'm the new editor/scriptwriter for the Legacy Weekly channel, aka hermitcraft recap but for legacy
Decided to throw in this skit, just because!

kinda went for a game-theory ish style, thoughts?
https://youtu.be/gfYlCDycpso

#Topic #Minecraft #TeakIvy

โ–ฌโ–ฌโ–ฌโ–ฌโ–ฌโ–ฌโ–ฌโ–ฌโ–ฌโ–ฌโ–ฌโ–ฌโ–ฌโ–ฌโ–ฌโ–ฌโ–ฌโ–ฌโ–ฌโ–ฌโ–ฌโ–ฌโ–ฌ

Socials:

Twitch: https://twitch.tv/teakivy
Twitter: https://twitter.com/TeakIvyYT
Join My Discord: https://discord.io/teakivy

โ–ฌโ–ฌโ–ฌโ–ฌโ–ฌโ–ฌโ–ฌโ–ฌโ–ฌโ–ฌโ–ฌโ–ฌโ–ฌโ–ฌโ–ฌโ–ฌโ–ฌโ–ฌโ–ฌโ–ฌโ–ฌโ–ฌโ–ฌ

Music in this Video:

Artist - "Song Name":
--link--

โ–ถ Play video
grizzled turret
#

My NMS practice #3: Death Message Store
For those curious: These death message are actually stored inside each of entities based on the death cause, and will broadcast on death. In this showcase, I listen to EntityDamageEvent on zombie and then get the message from it. Such easy thing. You can even witness the rare death cause with Snowball too :). Enjoy
P.S: The messages are only changed after the act was done
https://gfycat.com/dimpledtintedkitfox

keen owl
mint wraith
hollow fjord
frigid ravine
#

Restarting the project, credits to the builders ๐Ÿ™‚, blue line is the border atm.

soft harness
#

"Bob the builder" found in Minecraft

#

Bought a car ;)

solemn sail
#

Currently pre-generating earth in 1:1000 scale.

arctic kettle
#

I made this outro for a server trailer but I have the feeling I still miss something...

compact fjord
#

A lot of servers are now tracking where players are coming from through unique hostnames (IE; minecraftservers.org would have the IP org.server.com and planetminecraft.com would have the IP pmc.server.com)

We've been doing this for a while, and even open sourced our tool that tracks everything! You can track

  • the first hostname a player used
  • the most recent hostname a player used
  • the amount of joins a specific hostname has

Useful for finding where your most profitable advertisements are based!

https://github.com/GiansCode/PlayerLogins

shadow forum
#

Picked up photoshop today and I am just playing around with text logos for now, let me know what you think! If you want one for free HMU ( I would count it as practice ๐Ÿ˜Ž )

rancid dawn
inner kelp
#

Currently working on a reimagined version of mr.animan's skyblock starter pack for 1.14+

solemn sail
#

When you fall, get up, oh oh
And if you fall, get up, oh oh
Tsamina mina zangalewa
'Cause this is Africa (IN MINECRAFT!)

stark patio
#

we showcase builds here?

compact fjord
compact fjord
solemn flame
shadow forum
#

I made this yesterday, going to try to make more minecraft themed designs today but I thought that looked cool.

keen owl
compact fjord
#

We've updated TrackedServers to MineTrack 5, and updated the listing to show 59 popular Minecraft servers, sourced from 3 popular Voting websites (.org, mc-mp and pmc) - https://trackedservers.com/

PS: I'm aware of the icon caching not working, we're working on that!

shadow forum
#

Server release post, concept / idea

fierce mango
hushed patrol
mint wraith
pale charm
thorny summit
mossy anvil
#

Here is some furniture on my server that is fully vanilla, and doesn't utilize mods.

It's been a fun side project, hope you guys like the shelf :heart1:

soft harness
#

A test

soft harness
thorny summit
#

working on that god set ๐Ÿ˜

indigo cosmos
#

Hookable dynamic async/sync large scale bigdata sorting library. You provide the data source, and the library does the rest. Super fast and efficient.

heady scroll
#

Wolves Gravestone from Genshin Impact, only made this for fun this isn't for any project.

soft harness
soft harness
#

Dream fan?

keen owl
soft harness
stark bane
#

Just finished a ChatColor GUI for my server with deluxemenus, and I think it looks pretty good. its pretty basic, but the core of it is actually just hooking into the chatcolor plugin ๐Ÿ˜„

serene token
#

I made a ChatColor GUI using DeluxeMenus a while back for a server I ran

It displays the current chat colour in the GUI Title.

spiral dew
#

I made a menu that shows all online players in a menu with their heads and also can see their profile which show different stats. it can display over 500 players: https://i.imgur.com/ekS0E41.png

#

I made a menu that gave rewards for a period of 5 days during the new year (2 years ago had a whole advent menu but deleted it by accident): https://i.imgur.com/I1EBKzr.png

EDIT: Since I know this is already very annoying I want to mention some other menus I made:

A clan menu for the Parties plugin (renamed to Clans) with a lot of options that can all be edited from a gui, A ingame store that you could basically buy ranks and stuff with some custom currency, a random menu that shows a list of players that have different ranks - random example all vip players in a menu, A settings menu where you could set yourself to be invisbile, to mute/unmute your chat, Settings about your backpack, Set your teleport warmup or disable it, enable/disable private messages, toggle your fly, toggle sprint, toggle your join/leave messages, toggle if people can tpa to you or not and others, A custom tags menu for DeluxeTags with over 100 tags in it, A vote menu, with nice vote links and rewards display

serene token
#

A nice, minimal ShopGUIPlus category menu

spiral dew
soft harness
#

K effect logo

pine grove
#

Just some tags of my server made from DeluxeTags

compact fjord
#

Slowly but surely

dapper lark
#

I came up with a little idea of replacing the Microsoft teams startup with a python script, making it so teams only opens on system start if it is a weekday.

Any PRs or ideas would be incredible! :)
https://github.com/hwalker928/Teams-Startup

nimble juniper
stiff thicket
#

Thanks to the help of a dev do I now use a mkdocs-plugin to automaticaly generate a Table of Contents with all posts I made so far on my blog.
The code isn't from me, but I host it on GitHub as the dev already has enough to do.
https://github.com/Andre601/mkdocs-pagenav-generator

turbid timber
solemn sail
#

My new animated server banner ! (Thanks to WoodPunch fingerguns)

silver whale
#

A Simple DeluxeMenu Chat Color GUI
I use for my server thonking1

#

Urban/Sci-Fi Feelz Night Citythonking

small totem
#

Anti Debuff plugin
Basically removing all debuff potions and any incoming debuffs potion, and shows how long till the anti debuff potion runs out.

loud aspen
#

Expanded Island spawn collection with a Spring, Autumn and Desert edtion!

glossy flare
#

Saw a lot of other server owners showing off there color menus, we added this back in october and the players have been in love with it! ๐ŸŽจ :)

mint wraith
keen owl
compact fjord
#

I created a website where I'll be outlining over 8 methods (both free and paid) for advertising your Minecraft server! It's currently 11pm, and I'm lazy to continue writing, but, rest assured, when it's done, you'll be exposed to (uncommon) methods that I've personally used to get ~100 concurrent players on my servers!

https://serveradvertising.com/

stiff thicket
#

Working on improving the Guild comamnd of my bot by adding enabled Guild features and Guild banner (if available) to it.

soft harness
#

For someone ๐Ÿ’”

thorny summit
solemn sail
#

Yesterday I found out that command suggestions have on-hover tooltips! So I decided to recreate the whitelist cmd but with those fancy things instead \o/
It's basically a chat component so it can have colors & formatting & all that cool stuff ๐Ÿ‘€

edit: Matt, give me a super cool formatted rainbow component & I'll put it there fingerguns

https://media.discordapp.net/attachments/710101199642165249/817142877632331776/unknown.png
https://media.discordapp.net/attachments/540075891837894686/816813494322069534/unknown.png

solemn sail
#

cool shit :pogbit:

opaque stratus
#

Just thought I would show off a few cool renders I did

compact fjord
#

All issues have been sorted, and now we have a clean, custom MineTrack that tracks tons of popular Minecraft servers! https://trackedservers.com/

stiff thicket
keen owl
jagged garden
#

I know I already posted this one here: https://github.com/SecretX33/WhatRain

But I needed to tell you guys that I've edited this resource to follow all "good practices" (except the config check on the onEnable, but let's pretend that's not there), so you can now use it as a base to make your own plugins. Some highlights:

  • Dependency injection
  • The lastest Gradle KTS
  • Version check for bukkit

All done in the easiest way possible! Enjoy!

robust tangle
#

Played around with custom fonts in minecraft.

heady scroll
#

redid my custom tooltips for my terraria mc server, inspired by genshin impact

robust tangle
radiant blade
#

spent a month adding lvling up system into my weapons + Enhancements to the weapon

heady scroll
#

ah yes terraria swords

soft harness
#

For someone

robust tangle
compact fjord
tranquil sinew
grizzled turret
mint wraith
#

Made this in about 1 hour http://arcticforestmc.net

obtuse coral
#

BRAVE members of helping chat refusing to be SILENCED

pine grove
#

GUI color scheme of my upcoming server

heady scroll
#

Broken Hero Sword & Terrablade

keen owl
heady scroll
#

Eater of Souls 3D model for my Terraria MC server

hushed patrol
#

Created a musket for a test class of my plugin: the musketeer (french language abuse I know ^^)

hushed patrol
soft harness
hollow fjord
#

Finally got a somewhat functional gui done for an auction house plugin pepelove

Matt's gui framework saved me here peepoHappy

keen owl
solemn sail
supple cypress
soft harness
#

YouTube banner art

soft harness
#

Minecraft Server icon+Long logo done!

frigid ravine
soft harness
solemn sail
soft harness
mossy anvil
heady coral
#

https://github.com/HeroBrineGoat/BlockSetter

Just something small I made, you can use it to change a large amount of blocks in your world
You can have multiple BlockTasks that only start after the previous one finishes, I just finished
it so it might have bugs

soft harness
#

๐ŸคŸ Another one.

soft harness
#

Set completedreversed_fingerguns

somber kindle
#

Thoughts on this scoreboard design? (for a skywars server) For those who have ideas on how to improve it please DM me your ideas ๐Ÿคฒ
also don't mind the wonky score numbers

hushed patrol
keen owl
heady scroll
#

Eater of Worlds Terraria Boss 3D Model

robust tangle
#

https://rz.al/u/2ac2.png
Shifting the skyblock (acidislands) paradigm from having to buy or mine items from skyblock from the shop to fishing them.

soft harness
#

Better boi effects

raw palm
#

connecting animation using deluxemenu

paper ibex
frigid ravine
heady scroll
supple cypress
#

I'm learning GLSL, made a simple shadows calculation algorithm today. I will soon replace this crappy code with Ray Marching + Path Tracing.

hollow fjord
#

i got very bored

keen owl
compact fjord
stark bane
#

This menu doesn't actually look that great, it just took me ages to set up because of how many things I needed to change per upgrade, so now I want to show it off lol

hollow fjord
#

I thought i'd just share this very pretty easter egg shy nothing spectacular but its still cute

supple cypress
#

food ๐Ÿฅบ

sonic bridge
stark bane
#

(Kind of) Working Channel System for my minigame, with Team Chat, Dead (spectator) Chat, and SocialSpy for TeamChat ๐Ÿ™‚

keen owl
feral walrus
#

first time making pixel art

compact fjord
soft harness
#

Arts? After long time started working on arts yey!

feral walrus
#

Second pixelated art I made for @mild vine

feral walrus
#

Third pixel art I made for @arctic kettle

mossy anvil
#

Vanilla terrain
This a recreation of 1.17 caves in 1.16.5

This was made by using equations :)
I hope you like it ;-;

glossy flare
#

Turned my server logo into a head, I know this editing is rough i had to use paint lol

twin crystal
feral walrus
#

Another pixelated art made for @vernal cove

frigid ravine
#

In combat bleeding effects

soft harness
#

For a friend ๐Ÿ˜‹

feral walrus
#

6th pixelated pfp for @clear bluff

feral walrus
#

Another pixelated art made for a friend am pretty proud of it

trim haven
feral walrus
errant cliff
#

Easter Pack created in MythicMobs, 8 eggs interactive will randomly spawn in the world and upon right-click gives random reward.

keen owl
torn summit
#

Hi everyone,
this is my first plugin, which I published on GitHub,
because I think it's programmed reasonably well.
https://github.com/Jak0busus/PlayerTracker
Feel free to ping me with any questions, comments or bugs.
I will probably still upload it to Spigot.
I would appreciate a little feedback!

soft harness
#

Ok,thanks for suggesting,thats final output lol.

frigid ravine
#

Sawed off shotgun

supple cypress
frigid ravine
#

Pump shotgun

soft harness
#

Give suggestions in #off-topic , bc the V kinda looks small there so please suggestions ๐Ÿ˜‹

obsidian steeple
#

A dtiys challenge completed!

supple cypress
#

Two different kinds of light calculation methods

floral mauve
fierce mango
#

Custom skywars map for a server im working on ๐Ÿ˜„

I Present to you: Sundae

supple cypress
thorny summit
#

Some custom scoreboard design for my server

soft harness
#

Sketching,give suggestions or ideas in #off-topic please โค๏ธ

supple cypress
obsidian steeple
#

Logo/title made for person project use

inland plover
grizzled turret
#

Behold: the working memory match game on Arduino. Enjoy! https://imgur.com/WkYbVKJ
P.S: it might look not interesting to some people, but it's my achievement for making my first game on it by myself!
Edit: there are sounds on it. Experiencing it via clicking on the link

feral walrus
keen owl
hazy coral
#

Some daily login calendar GUI

silver whale
#

capes huh

cosmic night
feral walrus
soft harness
keen owl
compact fjord
soft harness
#

A Discord Bot logo ๐Ÿ˜„

sly nimbus
keen owl
stark bane
#

Not too special, but I got my server's tablist sorted out, and it looks pretty nice :p

serene token
frigid ravine
#

More GTA guns :)

trim haven
#

https://devmc.org/en/dm-constructor

Published for all DeluxeMenus online constructor. At the moment it is rather crude - there are no potion meta and banner meta builders, there is no support for multislots, no support for other types of inventories besides CHEST, not all materials have pictures etc., but, in general, it is already quite suitable for building complex menus and this is already more convenient than composing a menu through the config, reloading the plugin and watching the result. Over time, I plan to completely finalize it.
https://sun9-58.userapi.com/impf/pwNjPwd2TwieWkZA297pJhov2NOjZ8KvZfyLPQ/CgJxH6R2GSM.jpg?size=1135x946&quality=96&sign=c471cdfa53f9648952bfd7baad91771e&type=album

sly nimbus
#

was working on my plugin and thought this looked pretty cool so wanna know what you guys think

colors are just a example

proper comet
#

I learned how to properly make use of the Terrain feature in Unity and this is what I came up with for a horror game. I know it's a bit bland right now but I'll be adding to it ๐Ÿ™‚

[In the game it slowly turns dark as you walk further in the forest, pictures of the forest at night are coming]

arctic kettle
#

Collaboration between myself and Ash.
Texturing by Ash ๐Ÿค 
Modelling by Me ๐Ÿฅธ

soft harness
#

๐Ÿ˜„

wicked smelt
#

My most recent TAB (without animations for <1% CPU usage)

soft harness
#

Sorry if i am posting too fast.

inland plover
#

Last month's spring build competition recap video
https://youtu.be/ETKkI5thNsc

Another Build Competition! This time for Spring 'w'

KittehCraft is a Survival Minecraft server with some extra additions sprinkled here and there. All economy is handled by players, mcMMO and passives exist, and the community is nice overall :3
Minecraft Version โ–ถ 1.16+
KittehCraft IP โ–ถ mc.kittehcreations.com
KittehCraft Discord โ–ถ https://disco...

โ–ถ Play video
loud aspen
supple cypress
hazy coral
real cairn
#

Made this for my friend!

#

Made this render for my client.

keen owl
real cairn
#

Made this Youtube Banner for my client!

hollow fjord
#

Testing the performance of my FlightTrails plugin EmiCool 4 accounts all spawning 2 lava particles each every 1 tick and the plugin doesn't show up on timings report or spark profiler.

@crimson nova I told you it was performance friendly CB_knife

This test was not ram friendly...

soft harness
#

LOGO ART ๐Ÿ˜„

grizzled turret
#

The basic circuit ๐Ÿ‘€ . Wee-woo wee-woo
||P.S: The last one posted way before was inefficient||

compact fjord
mossy anvil
#

Was messing with water structures and created this cursed image, please watch with care!

obtuse coral
obtuse coral
supple cypress
#

Screen Space Reflections

Why screen space ?
Screen space means it only takes information displayed on your screen. Therefore, it cannot reflect stuff that you won't see.

Fully ray traced reflections require world data (blocks positions) and it doesn't have as much limitations as SSR.

#

Notice how some blocks cut off whenever the information aren't on screen

supple cypress
obtuse coral
fossil schooner
hard hornet
wooden compass
keen owl
tepid rampart
tepid rampart
supple cypress
#

Glowing block selection box using shaders (bloom)

#
  • some rain fog
sour schooner
wooden compass
hushed patrol
#

Hiii, a litle new update of my own plugin : Karma (yep, there is many plugins named that way but this is my own bucket !) .This update finally includes the PAPI expansion to show players datas on other plugins.

Karma is a little plugin of consequences / reward when a player attack or kills other entities such as mobs or other players. If you want to get more infos, I invite you to check the plugin main page on spigot.

https://www.spigotmc.org/resources/karma.76077/update?update=398091

frigid ravine
#

Did some RGB

tame ledge
#

Trying to work with NMS for my first time. This animation took me 2 days to find a way how to do it. Instead of Armorstands, I am using normal items ๐Ÿ™‚ That also means, I can make them glow & stuff.

I am programming for around 1 month, so please understand that this was a real challenge for me ^^

flint falcon
compact fjord
crimson nova
keen owl
feral walrus
fierce mango
#

Another Animatic Recreation! This time: Hog Hunt!
https://www.youtube.com/watch?v=tTWGmS6f1F4

Today I recreated the Dream SMP Animatic "Hog Hunt" by @SAD-ist in Minecraft!! This video took nearly 50 hours to make, so if you enjoyed, like the video and consider subscribing :D

Original video :) - https://www.youtube.com/watch?v=MPiIL...โ€‹

SAD-IST Twitter- https://twitter.com/SAD_istfiedโ€‹

Music: Marvin Brooks - Ghost (2WEI Remix)
Stre...

โ–ถ Play video
soft harness
supple cypress
#

Outline shaders

stiff thicket
#

I was bored so I thought "Why not try and make some logos for the 5zig Reborn mod?"

Here are the results:

#

(My personal favourite)

hollow fjord
#

Back on my skyblock shit altSmug Back to recoding this plugin for the 3rd time but now I somewhat know what I am doing, I just finished basic island creation, teleportation and borders

Plugin is made entirely in kotlin (https://github.com/Oribuin/Skyblock) Stalk the plugin code on github EmiCool

terse cairn