1.0.5 • Published 4 years ago

@bdsx/phapi-player v1.0.5

Weekly downloads
-
License
ISC
Repository
-
Last release
4 years ago

phapi-player Plugin

Extension to @bdsx/bdsx-placeholderapi. Adds a bunch of player placeholders for you to use in your plugin

How to install

npm i @bdsx/phapi-player

How to use

Use it just like you would any other placeholder. You can find a list of the added placeholders here; Example:

import { setPlaceholders } from '@bdsx/bdsx-placeholderapi'
events.playerJoin.on((ev) => {
    let player = ev.player;
    broadcast(setPlaceholders("Welcome to the server %player_name%!", player)); 
});
1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago