Giter VIP home page Giter VIP logo

skript's Introduction

Skript

What is Skript

Skript v2.6

scripts1

これのSkriptまとめ

Multiple block excavation / 複数のブロックを掘削するエンチャント
For Essentials / Essentialsの場合
/essentials:lore add &6土採掘 I
/essentials:lore add &e砂採掘 II
/essentials:lore add &7砂利採掘 VII

Multiple block mining / 複数のブロックを採掘するエンチャント
For Essentials / Essentialsの場合
/essentials:lore add &7石採鉱 I
/essentials:lore add &c花崗岩採鉱 II
/essentials:lore add &f閃緑岩採鉱 VII

最初にスポーンするときに使うコマンド
/start

x20 furnaces / 20倍のかまど

Addon

開発用の素早くSkriptをリロードするコマンド
/sk

ギリシャ文字を変換する関数
greekNumberConverter(i: number) :: text

お金関係とか 1ダイヤ=1通貨 ゲーム内の経験値と同期

ワールドボーダーを移動させる

帰還するコマンド
/save

テレポートするために停止させる
teleportStop(i: number, player: player, command:text)

村人のアイテムショップ

村人の装備ショップ
custom-enchant-excavatorcustom-enchant-minerを販売する村人

ワールドを破壊や設置から守る

scripts2

けむちゃんサーバーv2に使用しているSkriptまとめ

単体で動作する便利コマンドとか
プレイヤー全員のバージョンを取得する
/player version

Plugin

開発用の素早くSkriptをリロードするコマンド
/sk

ワールドを破壊や設置、mobのスポーンから守る

ワールドを判定するための関数
is_build_world(world: world) :: boolean
is_player_world(world: world) :: boolean
is_resource_world(world: world) :: boolean
is_other_world(world: world) :: boolean

参加したときの判定
ホワイトリストなど

コマンドメニューを作る
頭のボタン、プレイヤーの選択GUI、テキスト入力対応
permission: yuki.menu

メニュー表示
/menu

内部で使用しているプレイヤーの選択GUI
/select player <text>
例: /select player ban

内部で使用しているテキスト入力
/select chat <text> <text>
例: /select chat say 送信する文字を入力して下さい

テレポートするために停止させる
stopTimer(i: number, player: player, name: text, command: text)
例: stopTimer(3, player, "テレポート", "/tp %player% ~ 120 ~")

ロビーワールドのテレポートとか

skript's People

Contributors

fa0311 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.