Coder Social home page Coder Social logo

bedrockmoney's Introduction

BedockMoney

Pocketmine-MP BedrockMoney Plugin

명령어 목록

명령어 기능
/돈확인 [플레이어이름:string] [금액:int] 당신의 돈 혹은 다른 플레이어의 돈을 확인할 수 있습니다.
/돈송금 [플레이어이름:string] [금액:int] 다른 플레이어한테 송금합니다.
/돈순위 [플레이어이름:string] 당신의 돈 순위 혹은 다른 플레이어의 돈 순위를 확인할 수 있습니다.
/돈설정 [플레이어이름:string] [금액:int] 플레이어의 돈을 설정합니다.
/돈조절 [플레이어이름:string] [금액:int] 플레이어의 돈을 조절합니다.

개발자-API

코드 기능 반환 데이터 타입
Player->getRank() 플레이어의 돈순위를 가져옵니다. Int
Player->getMoney(Str = "format" or "original") 기본값 original 플레이어의 돈을 가져옵니다. Int
Player->getMaxMoney() 서버의 돈 최대치를 가져옵니다. Int
Player->isUser(Int) 플레이어가 돈 데이터상에 있는지 확인합니다. Bool
Player->setMoney(Int) 플레이어의 돈을 설정합니다. Void
Player->addMoney(Int) 플레이어의 돈을 추가합니다. Void
Player->payMoney(Player, Int) parmPlayer에게 Player가 돈을 Int만큼 지불합니다. Void
Player->subMoney(Int) 플레이어의 돈을 추감합니다. Void

bedrockmoney's People

Contributors

finixbase123 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.