Skip to content
View PeyaPeyaPeyang's full-sized avatar

Organizations

@P2P-Develop @TeamKun @psac-serve

Block or report PeyaPeyaPeyang

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
PeyaPeyaPeyang/README.md

Switch to CLI mode


PeyaPeyaPeyang

ぺやんぐ


web拍手ボタン


✞✞ あなたは 人目のアリス... ✞✞





資格&試験

  • 取得 Oracle Japan - Oracle Certified Java Programmer, Silver & Gold 1.8
  • 所持 (国) - IT パスポート
その他の取るに足らない資格&試験たち
  • 合格 (国) - 情報セキュリティマネジメント試験
  • 合格 (国) - 基本情報技術者試験
  • 合格 (国) - 応用情報技術者試験
  • 合格 (国) - 情報処理安全確保支援士試験 -> 支援士登録申請済(24年8月)

せんでん

'99s なウェブサイトです。


Pterodactyl テーマ(UserCSS) です。(A pterodactyl theme made by UserCSS)
主な機能:

  • 背景画像
  • カスタムエディタフォント
  • グラフのみやすさ調整 etc...


(Background image: https://search.find47.jp/ja/i/LeA39, Kyoto, Japan, CC-BY 4.0 Author: Suganu0405)

KUNLab製のプラグインマネージャ。 主な機能:

  • 依存関係の自動解決
  • 依存関係ツリーの構築
  • GitHubのリリースからのかんたんインストール
  • 高度なプラグイン解決エコシステム

KUNLab製のつよつよPaperLibrary。(A strong library for PaperMC made in Japan)
主な機能(Features):

  • Terminal API

    Player player;
    Terminal term = Terminals.of(player);
    term.info("Hello, World!");
    // => (ChatColor.BLUE) I: Hello, World!
    term.success("%b, %d = %d", 1 == 1, 1, 1);
    // => (ChatColor.GREEN) S: Yes, 1 = 1.
    term.error("No, java doesn't know math.");
    // => (ChatColor.RED) E: No, java doesn't know math.
    term.warn("Just like peyang.");
    // => (ChatColor.YELLOW) W: Just like peyang.
  • インタラクティブシステム

    さんぷるこーど (Example Code)
    ```
      Terminal term;
    
      Question question = term.getInput().showYNQuestionCancellable("Do you like Sushi?", QuestionAttribute.APPLY_FOR_ALL, QuestionAttribute.CANCELLABLE);
    
      /* =>
      ===============================================================
                          Do you like Sushi?
    
      1. はい                                         // Yes
      2. いいえ                                       // No
      3. キャンセル                                   // Cancel
      4. すべてはい                                   // Yes for all (Effect of QuestionAttribute.APPLY_FOR_ALL)
      5. すべていいえ                                 // No for all (Effect of QuestionAttribute.APPLY_FOR_ALL)
      6. すべてキャンセル                             // Cancel for all (Effect of QuestionAttribute.APPLY_FOR_ALL)
      ===============================================================
      */
    
      QuestionResult result = question.waitAndGetResult(); // Blocking method
    
      if (!terminal.test(QuestionAttribute.CANCELLABLE))
          terminal.success(result.getRawAnswer()); // Get raw answer
      else
          terminal.error("NO, THE PLAYER CANCELLED THIS ACTION.")
    
      if (terminal.test(QuestionAttribute.YES_FOR_ALL))
          terminal.info("↑ For ALL");
    
    
    
    </details>
    
    
  • BukkitRunnable 系の記述の省略

    new BukkitRunnabpe(() ->{
      Terminal.ofConsole().info("Hello, world!")
    }, myPlugin);
    // ↓↓↓
    Runner.run(() => {
      Terminal.ofConsole().info("Hello, world!");
    });
  • コマンド管理システム

    • サブコマンドの提供
    • ヘルプの自動生成

法のあれこれ

ところで

NYSLってなんの略?

煮るなり焼くなり好きにしろライセンス。

Pinned Loading

  1. PeyangVS2017Idea PeyangVS2017Idea Public

    Intellij IDEA VisualStudio 2017 Java Theme and Code Scheme

    Java 1

  2. TeamKun/TeamKUNPluginManager TeamKun/TeamKUNPluginManager Public

    Automatically downloads plugins and their dependencies from repositories and provides advanced server management support.

    Java 27 1

  3. Pterodactyl-Japanese Pterodactyl-Japanese Public

    Pterodactylを日本語化します

    JavaScript 2

  4. TeamKun/Scenamatica TeamKun/Scenamatica Public

    Let's enhance your PaperMC plugin quality with Scenamatica's auto testing framework: YAML-defined scenarios, CI/CD integration

    Java 12

  5. TeamKun/scenamatica-action TeamKun/scenamatica-action Public

    Enhance PaperMC plugin quality with its automation framework: YAML-defined tests, CI/CD integration.

    TypeScript 4

  6. P2P-Develop/PeyangSuperbAntiCheat P2P-Develop/PeyangSuperbAntiCheat Public

    If possible.

    Java 16 1