TrMenu
PurchaseGithubLicense
Espanol
Espanol
  • Inicio
  • Como empezar
    • Instalación
    • Configuración
  • Convertidor/Migración
  • MENÚ
    • Creación
    • Configuración
      • Título
      • Diseño
      • Tipo de Inventario
      • Tamaño
      • Opciones
      • Detección de eventos
      • Eventos
      • Botones
      • Tareas periódicas
      • Scripts
  • BOTONES / ICONOS
    • Configuración
    • Display
    • Acciones
    • Sub-Iconos
  • ACCIONES
    • Configuración
    • Tipos
      • Command (as Player)
      • Command (as OP)
      • Command (as CONSOLE)
      • Player's chat
      • Message
      • Tellraw
      • ActionBar
      • Title/SubTitle
      • Sound
      • Bungee Server
      • JavaScript
      • Input Catcher
        • Re-Enter
      • Useful
        • Delay
        • Break
      • Items
        • Take-Items
        • Give-Item
        • Enchant-Item
        • Repair-Item
      • Economy
        • Give-Money
        • Take-Money
        • Set-Money
        • Give-Points
        • Take-Points
        • Set-Points
      • Menu
        • Close
        • Close (Silent)
        • Open
        • Page
        • Set-Args
        • Set-Title
        • Refresh
      • Datas
        • Set-Meta
        • Rem-Meta
        • Set-Data
        • Rem-Data
    • Opciones
      • Delay
      • Condition
      • Chance
      • All Players
    • Action
  • SCRIPTS
    • Expresiones
      • stringEquals
      • stringEqualsIgnoreCase
      • isNumber
      • isOperator
      • isPlayerOperator
      • hasPermission
      • hasLevel
      • hasMoney
      • hasPoints
      • hasItem
    • Bloques de código
  • FUNCIONES
    • Argumentos
    • Condiciones
    • Identificador de item
    • Mini-Scripts
    • Registro de comandos
    • Atajos
    • Comandos y Permisos
  • PLUGINS COMPATIBLES
    • Cronus
    • HeadDatabase
    • Oraxen
    • PlaceholderAPI
    • PlayerPoints
    • Vault
    • SkinsRestorer
  • API
    • TrMenuAPI
    • Eventos
      • MenuOpenEvent
      • MenuCloseEvent
      • MenuClickEvent
    • MenuFactory
Powered by GitBook
On this page

Was this helpful?

  1. SCRIPTS
  2. Expresiones

hasPoints

Check if the player has the specified amount of points using PlayerPoints

Example

hasPoints.100
PlayerPoints
PrevioushasMoneyNexthasItem

Last updated 4 years ago

Was this helpful?