zSpigot
5QpnupT.png

zSpigot is a 1.7.10 Paper Spigot Fork which I worked up on a time. I was added so much features and optimization on this product.

As Developer, if you guys want the most stable version and you guys bought the plugin, download 1.2.1 Version is your best choice.

Cannot pay that much? or think price is unfair? Click here for discuss.

Welcome to join my Discord Server for more services: https://discord.gg/3xHvC6H

If you guys want to buy source, 45$ with no updates and 70$ with updates. If you bought this resource also I will subtract the price by the price you bought on this resource. Anyways, contact me via PM.

Rd8D49D.png

  • Pearl cross through String and Fence Gate
  • iHCF Support
  • Option to disable Mob-AI & Entity Activation
  • Options for do not tick non-player entities & do not spawn non-player entities when there is no player
  • Options for do not make redstone applying physics.
  • Enhanced Falling Block with Client-Sided FPS Enhancements
  • TNT Explosion with Client-Sided FPS Enhance
  • Knockback & Fast Pot Command in Game
  • TCPNoDelay Enabled (Better Ping & Connection)
  • Implemented Fast-Math Library & Applying it to nearly everything in minecraft server and craftbukkit used Math (Replacing Java Original Math and Improve Performances)
  • Implemented Common-Utils Library
  • Custom Knockback & Smooth Default Edition
  • Knockback Friction Support & Friction Values
  • Toggle-able Knockback Friction
  • Multi-Knockback Profiles Support
  • Multi-Threaded for some unimportant functions (Reduce Lag)
  • Timings V2 in 1.7.10.
  • Packet Listener & Interceptor Implemented
  • Fancy Message & Google Gson Implemented (Json Message)
  • Options to Remove /plugin Command Entirely
  • Non-Flicker Scoreboard + 48 Characters Support (NFScoreboard.class)
  • Block Hit Glitch Fixed
  • Extended Events (PlayerGainOperatorEvent + PlayerLostOperatorEvent, PlayerFlyEvent, ServerReloadEvent)
  • ServerListPingEvent is cancellable (Player will not able to ping the server if event was cancelled)
  • Custom TPS Message + Custom Help Message
  • Fast Block Settler + Easy Tab Header & Footer API
  • API to verify player is using premium client (Not Stable)
  • Player Instance Extended More Method. (Ex. player.getPing(), player.getProtocolVersion()... etc.)
  • Async Potion Throwing.
  • Option to Optimize the Server (In Option.yml)
  • Custom Timing System, Create Simple Countdown Timer without Wasting Bukkit Thread!
  • Dangerous Enderman Options.
  • Developer Friendly (API Integrated)
LJ73dLD.png

  1. Buy the product.
  2. Drag it into your server folder and start it for once. (Until you see the options.yml was generated)
  3. PM me to get one license key (Otherwise the server won't start). Insert your key into Options.yml and restart the server.
  4. (Optional) I recommend to use the script I wrote in the zip file for best performance and garbage collector.
  5. (Optional) Replace your original paper.yml, spigot.yml and bukkit.yml to the file that was included in zip file. [Better Game Performance]
  6. Everything was settled up!
1JaYxqw.png

/knockback | bukkit.command.knockback
  • create <name> | Create a knockback profile
  • remove <name> | Remove a knockback profile
  • setdefault <name> <boolean> | Set a Knockback Profile as default value when player knocked each other
  • setallowfriction <name> <boolean> | Set allowed to have friction when player knocked each other
  • setfrictionvalue <name> <double> | Set knockback profile friction
  • sethorizontal <name> <double> | Set knockback multiplier on ground with horizontal.
  • setvertical <name> <double> | Set knockback multiplier on ground with vertical.
  • setairhorizontal <name> <double> | Set knockback multiplier on air with horizontal.
  • setairvertical <name> <double> | Set knockback multiplier on air with vertical.
  • getloaded | Get loaded knockback profiles by server
  • info <name> | Get knockback profile info
  • test <name> | Test the Knockback Profile
  • bindprofile <name> <player> | Bind the specific profile to specific player through command.
/ip | bukkit.command.ip
  • <player> | Check player's ip address
/setmotdimage | bukkit.command.setmotdimage
  • <url> | Set server's motd image to specific image with url [64 x 64 Pixel]
/benchmark | bukkit.command.benchmark
  • Check your server's bench mark.
/ping | bukkit.command.ping
  • <player> | Check <player>'s ping.
  • Check your ping.
/fastpot | bukkit.command.fastpot
  • setspeed <double> | Set Fastpot Potion Speed
  • setdistance <double> | Set Fastpot Distance
  • setoffy <double> | Set Fastpot Off Y
CB8cSar.png

messages.yml

# This is the main extra messages file for zSpigot
config-version: 1
HelpMessages:
- '&b&l----------'
- '&bHelp Here'
- '&b&l----------'
TPSMessages:
- '&b&l&m------------------------------'
- '&bTPS from last 1m, 5m, 15m: %tps%'
- '&b&l&m------------------------------'
PingMessages:
- '&b&l&m------------------------------'
- '&b%player%''s Ping: %ping%'
- '&b&l&m------------------------------'

options.yml

# This is the main extra options file for zSpigot
config-version: 1
settings:
optimizer:
#Select it to false to disable redstone applying physics
disable-physics-for-red-stone: false
#Select it to true to get Client Sided TNT (Improve FPS Performance)
optimizetnt: true
#Select it to false to prevent BlockPhysicsEvent from being fired (Improve Performance)
apply-physics: true
#Select it to true to disable any other mob AI
disable-mob-ai: false
#Select it to true to prevent glitch of player movement. Select it to false to get better server performance.
better-move: false
#Select it to true to get Async Scoreboard Creation & Update
async-scoreboard-update: false
#Select it to true to disable Entity Activation
disable-mob-tracking: false
#Select it to true to make Unsafe Async Warning not reporting
avoid-async-catcher: false
#Select it to true to make furnace not loading chunks if it's empty
prevent-furnace-loading-chunks: true
#Select it to true to prevent PlayerMoveEvent from being fired (Improve Performance)
disable-player-movement: false
#Select it to true to make falling block Client-Sided (Improve FPS Performance)
optimize-falling-block: false
#Select it to true to make entity not spawning in world if the world has no player (Optimize World)
disable-non-player-entity-spawning-when-no-player: true
#Select it to true to make Chest & Hoppers won't be ticked in World (Improve TPS)
dont-tick-chest-and-hoppers: true
#The max walk speed allowed in server
max-walk-speed: 1.0
#The enderman target searching range
enderman-target-searching-range: 64.0
#Select it to false to make attack also sprinting (Better PVP)
attack-cancel-sprint: true
#Select it to false to make enderman still can attack you even you wearing pumpkin
pumpkin-hide-from-enderman: true
#Select it to true to remove /plugins command entirely
disablepluginscommand: false
#Coming Sooon
disablevanishactions: false
#Fast Pot
potion:
#Potion Speed
speed: 1.0
#Potion Off Y
offY: -20.0
#Potion Distance
distance: 0.5
inittps: 20
#Your License Key
License-Key: 'License Key Here'

knockback.yml

# This is the knockback configuration file for zSpigot.

knockbacks:
Test:
name: Test
horizontal: 1.0
vertical: 1.0
airHorizontal: 1.0
airVertical: 1.1
default: false
friction: false
frictionvalue: 1.0
Test2:
name: Test2
horizontal: 1.0
vertical: 1.0
airHorizontal: 1.0
airVertical: 1.1
default: false
friction: false
frictionvalue: 1.0
Test3:
name: Test3
horizontal: 1.0
vertical: 1.0
airHorizontal: 1.0
airVertical: 1.1
default: false
friction: false
frictionvalue: 1.0

5tJgxiS.png

dIurB7R.png

(Bench Mark Command)

x3XeyPq.png

(Knockback Command)

4A4i7CG.png

(Version Command)

a19r7ed.png

(TNT Explosion TPS Screenshot [I Put 29000+ TNT Blocks and Fire it, my client crashed during explosion but console works fine and I checked TPS, none was lower than 19.7, when I relogin there is also some tnt is still exploding but tps also suspend at 19.92-19.95.)

Fc75byD.png

(1.7.10 zSpigot | Timings V2 System. I opened up the timings during exploding TNT Sphere within Radius of 10)

q6F1Zfk.png

(Ping Command)
x7jkRdi.png

  • Packet Wrapper (Send Packet Simply) | Progess - 10%
  • More Optimizations
  • 1.8.8 Taco Spigot Fork
  • Your Ideas..
jZvVGNK.png

https://youtu.be/JBkscK4F8OM
(Created by LU__LU)
YRRoYA7.png

mitw.rip (Taiwan Server)
mc.ecuacraft.com (Spanish Server)



Mile Stone:
5 Purchases √
10 Purchases √
20 Purchases √
40 Purchases √ - Publish for ySpigot (1.8.8 PaperSpigot Fork)
80 Purchases ×
100 Purchases ×


Proof of Owner Ship:
uDDo1ze.png

x68qdDC.png

Latest reviews

doesn't work
key doesn't work
Work really well.
Just have to put the license key into the option file and it will work direclty after that! Maybe update the Spigot ?
does not work

Similar resources

zSpigot Cracked by ItsJustMe [License verification Removed] I
2.00 star(s) 1 ratings
Downloads
322
Updated
※ zSpigot ※ | Knockback Cloud | Taliban Pearling | Multi-Threading | Final Piracy
2.00 star(s) 1 ratings
Downloads
280
Updated
BlackSpigot General Chat
Rules Help Users
    RealNotSound @ RealNotSound: Hello if I buy BLACKSPIGOT+ BUNDLEIf I buy it, will I get a rank in BLACKSPIGOT and what rank...
    Top