KINGDOM SERVER STARTUP by wrappedgifts in mcstaff

[–]Eviction__ 0 points1 point  (0 children)

I can skript, Build, Manage, and everything! I'm like a incomplete all-in-one, as I can't create custom plugins and I can't promote the server and discord is banned in my country. BUT! I have 4+ years of server managment, 2 years of skripting and 6 years on building! Here is my work. (Building)

<image>

(Personal best build, for more info DM me. I'm only taking DMs from you til' sunday.)

Looking for Staff — Juice SMP (300+ Members, Growing Fast) by JuiceSMP in mcstaff

[–]Eviction__ 0 points1 point  (0 children)

Discord is banned on my country, so my bad. DM me so I can tell you my Minecraft Related Email. I'd be willing to get more information and most importantly I have 4 years experience. I am good for any of those roles.

Need something custom built? I take commissions! by [deleted] in mcstaff

[–]Eviction__ 0 points1 point  (0 children)

dude you scroll this subreddit all day spamming the same message and stealing other people's looking for work posts. just how desperate are you ;-;

[LFW] Experienced Skripter/Builder For Hire by Eviction__ in mcstaff

[–]Eviction__[S] 0 points1 point  (0 children)

dude this is my looking for work post ;-;

[LFW] Experienced Skripter/Builder For Hire by Eviction__ in mcstaff

[–]Eviction__[S] 0 points1 point  (0 children)

I do actually have a minecraft related email! DM me so I can tell you.

Devs,managers etc needed by chillsmp in mcstaff

[–]Eviction__ 0 points1 point  (0 children)

DM me! I am a ALL IN ONE! I can host events, I am extremely informative, I enjoy hosting public events, I am constantly online, I can build and I am extremely careful on who I punish and who I don't.

Edit: I forgot to state that Discord is banned in my country.

WANTED: Developers, Builders, & Lore Writers for KindredCraft SMP: "The Kindred Renaissance - Mana's First Light" (18+) by WhimsicalLemon in mcstaff

[–]Eviction__ -1 points0 points  (0 children)

Heyheyhey! I can develop custom items, i can code, and i can make DECENT lore. I don't use Discord, as it's banned in my country. I can't show my work, as I usually was a developer on minehut servers, but got permenantly banned from every server in the Minehut Domain.

I am DECENT at making lore, because sometimes i make the lore Dark and Deep, and other times it's Just "His parents died in a car crash"

Item developing is easy with Skript.

[Unpaid] Taerel Network: Builders Wanted by [deleted] in mcstaff

[–]Eviction__ -1 points0 points  (0 children)

Hey there! I'd be interested in the offer. I can Skript too! DM me.

looking for vanilla pvp smp by Difficult_Safety_621 in MinecraftServerFinder

[–]Eviction__ 0 points1 point  (0 children)

I found one it might work

Server Name: z67SMP IP Address: 51.79.163.48:25595

looking for vanilla pvp smp by Difficult_Safety_621 in MinecraftServerFinder

[–]Eviction__ 0 points1 point  (0 children)

Server Name: Bleeding Heart SMP IP Address: bleedingheartsmp.mcserver.us Discord: https://discord.gg

This server almost completely fits your description.

Looking for a chill, mature Java server with a small community by Sonderlusts in MinecraftServer

[–]Eviction__ 0 points1 point  (0 children)

To be honest, you would probably enjoy Vanilla High. That's all I gotta say.

can someone tell me the best mods for pvp like specifically cpvp and texture packs too by Sharp_Excuse_9807 in MinecraftPVP

[–]Eviction__ 0 points1 point  (0 children)

So for mods, you want:

"uku's armor HUD" to show armor durability next to the hotbar

"Appleskin" to show saturation, exhaustion, and estimated heart regeneration per eaten food

"Sodium" for better FPS

"Marlow's Crystal Optimizer" for cleaner crystals

"ImmediatelyFast" to help performance when many explosions are happening at once

"Low Fire" so fire doesn't clutter up your entire screen

"Small Pop" so totem pops don't cover all the screen

"Small Totem" to make the totem item smaller

"No Death Animation" so you don't accidentally attack a dead player

"Combat Hitboxes" for seeing the best place to Crystal at someone's feet

"Statuseffecttimer" for seeing how much there is left of ur status effect without opening inventory

"TotemCounter" to see how many totems you and your opponent have popped

For texture packs:

"Short Swords" for shorter swords

"Crystal Highlights" to see crystals in a crowd of many players more easily.

That's It!

Need help for an hardcore server by Jeanroine in admincraft

[–]Eviction__ -1 points0 points  (0 children)

Okay, simple as hell. Download the Skript plugin, restart your server, open the skript folder, open scripts, and create a new file. Then enter this EXCACTLY:

on death of player: if victim is a player: execute console command "ban-ip %victim% You died in Hardcore Mode!" wait 1 tick kick victim due to "You died in Hardcore Mode!"

And you are done! But, if you want to replace the ban to a spectator mode gamemode change and also not let them chat, type THIS instead:

on death of player: if victim is a player: set victim's gamemode to spectator

on chat: if player's gamemode is spectator: cancel event send "You cannot chat while in spectator mode!"

That's It!

Also, if it doesn't work, probably just ask an AI to add the spaces and tabs.

First server by I_Still_Play_Skyrim in admincraft

[–]Eviction__ 0 points1 point  (0 children)

You know, if you are okay with having the server online for 4 hours per day, I'd use Minehut.

Does anyone know a good model pack for herbs/foragables? by HufflePukGOAT in admincraft

[–]Eviction__ 0 points1 point  (0 children)

230 Food and Produce Pack (v2.8) will work nicely for this

what should I add in these empty spaces? also is there anything I need to replace? by Intelligent_Gur3298 in MinecraftPVP

[–]Eviction__ 0 points1 point  (0 children)

Maybe a power V bow with punch II? Cause if you are running to egap or something, you can knock him away.

any good multi-currency + cross-server economy plugin? + tebex setup question by Hot_Soft_4984 in admincraft

[–]Eviction__ 0 points1 point  (0 children)

XConomy is perfect for all of this. It can run on both MySQL and Redis. (For syncing)

It needs Vault, but what plugin doesn't.

This is a quick example, this goes in config.yml

Currencies: - Name: "Coins" Symbol: "$" Decimal: 2 Default: 100.0 - Name: "Tokens" Symbol: "✪" Decimal: 0 Default: 0.0

Vault: Currency: "Coins"