YOU MUST JOIN OUR DISCORD SERVER AFTER PURCHASING AT dsc.gg/refine
You can test Carbon at IP: refine.gg (Bots Duels available for Solo Testing)
An enhanced PaperSpigot fork that aims to enhance all pvp experience aspects by modifying the main code of NMS along with adding its own enhancements and improvments. It has been tested with 100+ players with stable 20 TPS. The knockback, potions and hit detection of CarbonSpigot are extremely smooth and great for pvp. While the API additions and changes enchance the experience and fleixibility for a developer making plugins for their Carbon server.
Its simple, its powerful and it gets the job done.
- Easy to use API
- Minemen Club mode for Pearls
- Six Knockback Types (Easy, Smooth, Detailed, Exclusive, Expert, Explicit)
- Countless Optimizations to NMS (You can ask on discord if you want to know what they are)
- Updated Netty to 4.1.72-Final
- Velocity Packet Compression/Decompression and Encrpytion/Decryption (Paper)
- Easy to use KnockbackAPI
- Java 8+ Support
- Stable 20 TPS (100+ Players)
- NMS Compatibility with many anticheats (Vulcan, Matrix, Artemis, Karhu)
- Artemis SDK support
- Log4J RCE exploit patched
- TPS Command configurable
- Version Command configurable
- Enhanced Chunk loading and caching
- Custom Entity Hider (Visibility Patch)
- In-game knockback reload
- Theme Color customizable
- HCF Potion and EquipmentSetEvent (Lazarus Support)
- Packet and Movement Handlers
- Smooth and Responsive Knockback
- PotPvP 1.8 support
- PlayerHealthChangeEvent
- Enderpearl System (Pearl Through Fence, Stairs, String, Tali Pearls, Pearl Gravity, Speed, Time)
- Customizable Fishing Hook rod speed
- Improved EventBus handling (Event/Listener optimization)
- Region File Cache Optimizations
# This is the main configuration file for CarbonSpigot.
# As you can see, there's tons to configure. Some options may impact gameplay, so use
# with caution, and make sure you know what each option does before configuring.
#
# If you need help with the configuration or have any questions related to CarbonSpigot,
# join us in our Discord.
#
# Discord: https://dsc.gg/refine
#
# Configuration version, do NOT modify this!
config-version: 10
settings:
other:
# CarbonSpigot's Theme Color
carbon-theme: RED
# Toggle CarbonSpigot's rodding speed multiplier
rod-speed-enabled: false
# Multiplies the amount given with the rod's vector magnitude (Faster/Smoother Rodding)
rod-speed-multiplier: 1.1
# Edit carbon's custom TPS command. All placeholders are present in default message.
tps-message:
- §c§m--------§7§m-------------------------------------§c§m--------
- §8* §cServer Performance
- ' §8• §fUptime: §c%uptime%'
- ' §8• §fCurrent Performance: §c%current_tps%'
- ' §8• §fAverage Performance §7(Last 1m, 5m, 15m): §c%list_tps%'
- ' §8• §fServer Performance Lag: §c%bar%'
- ' §8• §fPlayers Online: §c%total_player_online%/%max_slot%'
- ' '
- §8* §cServer Information
- ' §8• §fPlayers Online: §c%total_player_online%/%max_slot%'
- ' §8• §fTotal Chunks Loaded: §c%total_chunk_loaded%'
- ' §8• §fTotal Entities: §c%total_entity%'
- ' '
- '§8* §cMemory Usage:'
- ' §8• §fMax memory: §c%used_ram%'
- ' §8• §fAllocated memory: §c%total_ram%'
- ' §8• §fFree memory: §c%free_ram%'
- ' '
- §8* §cAdvanced Details
- ' §8• §fTotal Load: §c%server_load%'
- ' §8• §fMinecraft Scheduler Load: §c%minecraft_scheduler_load%'
- ' §8• §fConnection Load: §c%connection_load%'
- ' §8• §fTotal Tickable Load: §c%tickable_load%'
- ' §8• §fChunkIO Load: §c%chunkio_load%'
- §c§m--------§7§m-------------------------------------§c§m--------
# Edit CarbonSpigot's version command message
version-message:
- §c§m--------§7§m-------------------------------------§c§m--------
- §c§lCarbon Info
- '§7 * §fVersion: §cv<version>'
- '§7 * §fAuthor: §cDrizzy §7§o(Refine Development)'
- '§7 * §fDiscord: §chttps://dsc.gg/refine'
- §c§m--------§7§m-------------------------------------§c§m--------
# Toggle whether the version command is publicly accessible or not
version-command-public: true
# Toggle the inventory menu for /plugins
plugins-inventory: true
# Reverts the plugins command format to default paper
default-plugins-command: false
# Automatically respawn immediately after dying
instant-respawn: false
# Fixes an NMS bug where MathHelper#floor was being used, miscalculating an entity's placement
relative-move-fix: true
# This option will force every world to generate with a void world chunk generator (RECOMMENDED FOR PRAC SERVERS)
void-worlds-only: false
# This fixes the armor damage taken with switching rod and sword and hitting trick
fix-armor-damage: true
# Disabling this will prevent display of player ips in the console.
show-player-ips: true
# Enables infinite water sources
infinite-water-sources: true
# Stops blocks from being ticked and updated
block-operations: true
chunk:
# Enable unloading chunks
do-chunk-unload: true
# The amount of threads used for chunks
threads: 2
# The amount of players for each thread
players-per-thread: 150
security:
# Enables the built-in anti malware feature (Credits to NachoSpigot)
anti-malware: false
packet:
# Max packet size.
max-packet-size: 64000
# Packets per second filter.
# Toggle Carbon's Logging filter
filter-enabled: false
# Max packets per second
filter-strictness: 2048
# Kick message for exceeding filter limit
filter-kick: '[Carbon] Kicked for Spamming Packets'
# Patches the exploit of overloading the ChatComponent to crash servers
chat-component:
# The default amount is 96 iterations, increase if chat component break in plugins, 128 is a recommended value if you get issues.
limit: 96
# Max amount of text in one text element.
text-limit: 512
books:
# Max length for book titles.
max-title-length: 128
# Max length for book authors.
max-author-length: 32
potions:
# A Potion's air time value (INT)
pot-time: 5
# A Potion's gravity value (FLOAT)
pot-gravity: 0.05
# A Potion's throwing speed (FLOAT)
pot-speed: 0.5
# A Potion's vertical throwing offset (FLOAT)
pot-vertical-offset: -20.0
# Make potion throwing smoother
pot-smooth-potting: true
# Splashes the potion after 4 ticks of living if it's in range of the player
# Can not be turned on when smooth potting is on.
expanded-ray-trace: false
commands:
ping:
# Enables the command /ping [target] which shows player ping.
enable-command: true
# The message displayed for the /ping command
self-ping-msg: '&bYour ping: &3%ping%'
# The message displayed for the /ping [target] command
other-ping-msg: '&3%player%''s &bping: &3%ping%'
# Toggles the /version command
enable-version-command: true
# Toggles the /plugins command
enable-plugins-command: true
# Toggles the /reload command
enable-reload-command: true
# Toggles the /day command
enable-day-command: true
# Toggles the /night command
enable-night-command: true
# These settings allow you to enable (and customise) CarbonSpigot's system for faster handling of bukkit events.
# This system works by replacing the default reflection system with more performant alternatives.
optimize-eventbus:
# Toggle eventbus optimizations. Will break on Java 15+ unless you enable handles.
enabled: true
# Add an extra layer of abstraction (and some method calls) to allow timings to work.
# Disable for better performance.
timing-executor: true
# Uses a workaround to allow for Java 15+. Breaks support for specific 1.8 plugins and features.
handles: false
# Uses a different reflection validation method, breaks FAWE and some other plugins.
alternative-instance-check: false
network:
# Handles Keep Alive frequency and packets with own system and smoothens out PvP (Can break some bad Anti-Cheats)
better-keep-alive: true
# Toggle whether you get kicked for spamming chat or not (Vanilla Only!)
spam-kick: true
# Only send arm swing packets every 5 ticks (Helps with lag but not laggy players)
optimize-arm-swings: false
# Doesn't let bukkit check for rogue arm swings, this improves hit detection but also makes hacking easier
no-check-rogue-swings: false
logging:
filter: true
# A list of words or strings that will be looked for and will have their whole message filtered
filters-list: []
pearls:
# A Pearl's gravity value (FLOAT)
pearl-gravity: 0.03
# A Pearl's throwing speed (FLOAT)
pearl-speed: 1.5
# A Pearl's vertical throwing offset (FLOAT)
pearl-vertical-offset: 0.0
# Toggle fall damage on pearling
pearl-fall-damage: true
# Toggle Minemen Club mode for Pearls
mmc-mode: false
# Toggle Anti-Enderpearl Glitch Patch
pearl-glitch-fix: true
# Toggle pearling directly through Fence Gates
through-fence-gate: true
# Toggle pearling directly through Tripwire
through-tripwire: true
# Toggle pearling directly through CobWeb
through-cobweb: true
# Toggle pearling directly through Slabs
through-slab: true
# Toggle pearling directly through Beds
through-bed: true
# Configuration for region improved region cache
region:
# Improves performance issues related to chunk checking in specific situations. Can improve or reduce performance depending on ur situation.
# May also cause issues on chunk deletion. Should be used with a high maxSize or in situations where chunks are frequently loaded/unloaded.
faster-region-file: false
# Max amount of cached region file objects.
max-size: 512
# Switches from Mojang's memory optimized cache to a performance-optimized cache.
# May result in higher memory usage.
caffeine-cache-enable: true
# Delay to remove entries after last reference.
# Modified max-size mechanics still exist as well as this.
caffeine-cache-expiry: 600000
event:
# Toggles the player move event
fire-player-move-event: true
# Toggles the leaf decay event
fire-leaf-decay-event: true
# This is the configuration file for all the knockback profiles, in here you can
# easily setup profiles, change knockback values, and change default knockback
# or create knockback profiles manually. Be careful while editing these manually
# though, because this configuration can easily break!
#
DEFAULT-KNOCKBACK: default
PROFILES:
DEFAULT:
TYPE: EASY
# Horizontal Multiplier
HORIZONTAL: 0.6
# Vertical Value
VERTICAL: 0.31
# Add a certain value to horizontal/vertical before actual calculations
EXTRA-HORIZONTAL: 0.26
EXTRA-VERTICAL: 0.05
# Friction Value (Knockback is divided by this)
FRICTION: 9.0
# Y-Axis Limit for a player's velocity
Y-LIMIT: 0.36
DAMAGE-TICKS:
# Override vanilla damage ticks with carbon's
OVERRIDE: true
# The delay between a player's ability to damage an entity
VALUE: 20
PROJECTILES:
ARROW:
# Override vanilla arrow knockback with carbon's
OVERRIDE: true
# Horizontal knockback dealt by an Arrow
HORIZONTAL: 0.4
# Vertical knockback dealt by an Arrow
VERTICAL: 0.4
# Toggle whether an arrow moves you in a straight line
STRAIGHT-BOOST: false
FISH-ROD:
# Override vanilla rod knockback with carbon's
OVERRIDE: true
# Horizontal knockback dealt by a Fish-Rod
HORIZONTAL: 0.4
# Vertical knockback dealt by a Fish-Rod
VERTICAL: 0.4
PEARL:
# Override vanilla pearl knockback with carbon's
OVERRIDE: true
# Horizontal knockback dealt by a Pearl
HORIZONTAL: 0.4
# Vertical knockback dealt by a Pearl
VERTICAL: 0.4
EXPLODE:
# Override vanilla explosion knockback with carbon's
OVERRIDE: true
# Horizontal knockback dealt by a Explosion
HORIZONTAL: 0.4
# Vertical knockback dealt by a Explosion
VERTICAL: 0.4
# Toggle whether an explosion moves you in a straight line
STRAIGHT-BOOST: false
TPS Showcase
Proof of Ownership
Video Showcase
Knockback Showcase
Our discord staff team provides excellent and efficient support, along with blazingly fast response times.
The support for the product will only be given to the customer and a sub-customer. Sub-customer can be requested for only one person by the buyer.
YOU MUST JOIN OUR DISCORD SERVER AFTER PURCHASING AT dsc.gg/refine
Create a ticket in our discord along with proof of transaction to receive your license and customer role