SimpleJoinItems icon

SimpleJoinItems -----

Provides simple and lightweight functionality to give players set of items on join



Features:
  1. Execute commands on click (including commands as console and connect to BungeeCord server)
  2. Creating heads with custom texture
  3. Customisable features (allow or disallow move and drop etc.)
upload_2019-10-12_13-17-7.png
Configuration:
config.yml:

Code (YAML):
clear_inventory : true
give_delay
: 10 #time in ticks, between player join and giving items
items.yml:
Code (YAML):
Items:
  spawn
: #this must be unique for each item
    id
: COMPASS
    name
: '&eTeleport to spawn &7 [CLICK ]'
    slot
: 1
    move
: false #default false
    drop
: false #default false
    command
: 'spawn'
    amount
: 2 #default 1
    cooldown
: 5 #in ticks, default 0
    permission
: 'some.perm' #default no perm
    lore
:
    - 'first string'
     - 'second string'
  lobby
:
    id
: CRAFTING_TABLE
    name
: '&eTeleport to lobby &7 [CLICK ]'
    slot
: 2
    move
: false
    drop
: false
    command
: 'server:Lobby-1'
  texture
:
    id
: 'texture:eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvOGY5MjMzYzEyNDdlMDNlOWZkMjc3NDI3MzdlNzllNGNjZWJkMjI1YTliMDU5ZDU5NmQ1Y2QzNGUyNmYyMTY1In19fQ=='
    name
: '&eSome else &7 [CLICK ]'
    command
: 'first command;second command;tell:this message came from server' #you can specify multiple commands, separated by ';'
    slot
: 3
    move
: false
    drop
: false
  some_else
:
    id
: STONE
    name
: '&eAnother else &7 [CLICK ]'
    slot
: 10 #slot for off hand (left hand)
    move
: false
    drop
: false
    command
: 'console:kill %player% '
Resource Information
Author:
----------
Total Downloads: 679
First Release: Oct 11, 2019
Last Update: Feb 6, 2022
Category: ---------------
All-Time Rating:
5 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings