▶️ ЗАБЕРИ СВОИ 8 ПОДАРКОВ 🎁 ПРИ СОЗДАНИИ СВОЕГО МАЙНКРАФТ СЕРВЕРА
Kode

Kode

Kode is a plugin that allows users to create their own functionality without writing traditional code. With Kode, scripts are written in plain English-style commands and can act like mini plugins

Оцените первым
64
1
Все версииKode 1.5.0

Kode 1.5.0

Release25.03.2026

Список изменений

Released 2026-03-25

Script visually in your browser — no typing needed! → kode.viirless.net/scripter ← Drag nodes · Connect them · Download your .kode file


6 New Events

EventVariables
PlayerKick$reason
PlayerTeleport$from_x, $from_y, $from_z, $to_x, $to_y, $to_z, $cause
PlayerPortal$portal_type (nether or ender)
PlayerSwapHands$main_hand_item, $off_hand_item
PlayerHeldItemChange$slot, $previous_slot
SignChange$line1, $line2, $line3, $line4
on PlayerPortal:
    if $portal_type == "nether":
        send "&6Entering the Nether — be careful!" to player

on SignChange:
    if $line1 == "[Shop]":
        send "&aShop sign detected!" to player

on PlayerKick:
    broadcast "&c$player was removed from the server: $reason"

6 New Actions

KeywordDescription
close_inventoryClose the player's currently open GUI
lightning [x y z]Strike lightning at the player's location, or at specific coords
remove_potion <effect>Remove a potion effect by name (e.g. speed, poison)
spawn_entity <type>Spawn a mob at the player's location (e.g. ZOMBIE)
set_display_name <name>Set chat and tab-list display name; supports & color codes
set_walk_speed <speed>Set walk speed from 0.0 (stopped) to 1.0 (default 0.2)
command /vip [permission: myserver.vip]:
    set_display_name "&6[VIP] $player"
    set_walk_speed 0.35
    potion speed 600 1
    send "&6VIP perks applied!" to player

command /smite:
    lightning
    send "&cBOLT!" to player

command /sober:
    remove_potion poison
    remove_potion blindness
    remove_potion nausea
    send "&aEffects cleared." to player

3 New Built-in Functions

FunctionReturns
health()Player's current health (0 – 20)
food()Player's current food level (0 – 20)
nearby(radius)Count of other players within radius blocks
command /status:
    set $hp     = health()
    set $hunger = food()
    set $near   = nearby(20)
    send "&aHP: $hp/20  &eFood: $hunger/20  &bNearby: $near" to player

on PlayerJoin:
    if health() < 10:
        heal
        send "&cYou were low on health — restored!" to player

Visual Scripter Updated

All six new events are now in the Event node's drop-down, and all six new action nodes have been added to the palette. Node count is now 40+.

Open the Visual Scripter →


How to Update

  1. Stop your server.
  2. Replace kode-1.4.1.jar with kode-1.5.0.jar in your plugins/ folder.
  3. Start your server — no config changes needed.
  4. All existing .kode scripts are fully compatible; no migration required.

Need help? Join the Discord or visit the documentation.

Файлы

kode-1.5.0.jar(97.29 KiB)
Основной
Скачать

Метаданные

Канал релиза

Release

Номер версии

1.5.0

Загрузчики

Paper
Spigot

Версии игры

1.21–1.21.11

Загрузок

10

Дата публикации

25.03.2026

Загрузил

ID версии

Главная