⭐️ Investment ⭐️ Earn money while staying AFK in an area ⭐️

Free ⭐️ Investment ⭐️ Earn money while staying AFK in an area ⭐️ 1.5.4

Nâng Cấp Tài Khoản Để Tải Xuống
  • Tác giả Tác giả log4net
  • Creation date Creation date
  • Nổi bật
  • Hello Khách!
    Join our Discord now to receive the latest updates! Discord SyncMC
  • Upgrade your account now to enjoy unlimited access to resources! Upgrade Account

You can request a new version of the resource or get quick support via Discord or post an update request on the Forum.



DssCrTD.jpg

YAML:
mysql:
  enabled: false
  hostname: localhost
  port: 3306
  username: root
  password: ''
  database: MyDatabase
  playerstable: PlayerTable
settings:
  vanish: false
  investment-zone: world:128.0:0.0:43.0;world:130.0:255.0:45.0
  refund-enable: true
  refund-percentage: 50
  commands-when-player-finish-investment:
  - give %player% diamond 1
  limit-investment-time: false
  limit-investment-time-in-second: 36000
  max-account-with-same-ip-in-investment: 3
  money-formatted: true
  progress-bar:
    size: 50
    char: '|'
    progress-color: '&a'
    remaining-progress-color: '&7'
  afk:
    afk-teleport-location: world:0:0:0
    teleport-when-afk: false
    teleport-back-location: false
    anti-kick-player: true
YAML:
name: "&9Choose your investment"
size: 54
items:
  idle-items:
    red-glasses:
      type: RED_STAINED_GLASS_PANE
      data: 0
      name: ""
      amount: 1
      slots:
        - 0
        - 1
        - 2
        - 3
        - 4
        - 5
        - 6
        - 7
        - 8
        - 9
        - 17
        - 18
        - 26
        - 27
        - 35
        - 36
        - 44
        - 45
        - 46
        - 47
        - 48
        - 49
        - 50
        - 51
        - 52
        - 53
  # The name of the section must be the same as the name of the investment
  investments-items:
    investment1:
      type: NETHER_STAR
      data: 0
      name: "&6&l30 minutes"
      lore:
        - ""
        - " &6&l➤ &fInvestment: &b%toInvest%$"
        - " &6&l➤ &fReward: &b%reward%$"
        - ""
        - "&fStay in the area for &b30 minutes"
        - "&fto get your reward."
      amount: 1
      slot: 13
  other-items:
    emerald:
      type: EMERALD
      data: 0
      name: "&6&lTime is money !"
      amount: 1
      slot: 49
YAML:
GENERAL:
  PREFIX: '&6[&fInvestment&6]'
  HELP-MESSAGE:
  - '&f&m------------------------------'
  - '&6Investment Commands:'
  - ''
  - ' &7/&finvestment &8- &6Open Main Gui'
  - ' &7/&finvestment stop &8- &6Abandon your current investment'
  - ''
  - '&f&m------------------------------'
  HELP-MESSAGE-ADMIN:
  - '&f&m------------------------------'
  - '&6Investment Commands:'
  - ''
  - ' &7/&finvestment &8- &6Open Main Gui'
  - ' &7/&finvestment stop &8- &6Abandon your current investment'
  - ' &7/&finvestment create <name> <timeToStay> <toInvest> <reward> <type>&8- &6Create
    a new investment'
  - ' &7/&finvestment delete <investment> &8- &6Delete an investment'
  - ' &7/&finvestment setZone &8- &6Set the main zone'
  - ' &7/&finvestment players &8- &6Know the number of players in the investment zone'
  - ' &7/&finvestment reload &8- &6Reload configs'
  - ''
  - '&f&m------------------------------'
COMMAND:
  ALREADY-INVESTED: '%prefix% &cYou have already invested !'
  NONE-ZONE-DEFINED: '%prefix% &cNone zone has been set ! Please contact an administrator.'
  ALREADY-EXIST-INVESTMENT: '%prefix% &cThis investment already exists !'
  NOT-EXIST-INVESTMENT: '%prefix% &cThat investment doesn''t exist !'
  CREATE-INVESTMENT: '%prefix% &fThe investment &6%investment% &fhas been created
    !'
  DELETE-INVESTMENT: '%prefix% &fThe investment &6%investment% &fhas been deleted
    !'
  ABANDON-INVESTMENT:
    MONEY: '%prefix% &cYou have abandoned your investment! You have been reimbursed
      &6$ %refund% &f!'
    EXPERIENCE: '%prefix% &cYou have abandoned your investment! You have been reimbursed
      &6%refund% &fexperience points !'
  REFUNDS-DISABLE: '%prefix% §cRefunds are disable !'
  NOT-CONNECTED: '%prefix% &cThat player is not connected !'
  NOT-INVESTED: '%prefix% &cYou have not invested yet !'
  NO-PERMISSION: '%prefix% &cYou do not have permission to do that !'
  INVESTMENT-SET-ZONE: '%prefix% &fThe &6investment zone &fhas been set !'
  SELECTION-NOT-EXISTS: '%prefix% &cPlease choose a selection !'
  NOT-A-NUMBER: '%prefix% &c%args% must be a number !'
  INVALID-ARGUMENTS: '%prefix% &cInvalid Arguments !'
  OPEN-GUI: '%prefix% &fOpening the investment menu...'
  CONFIG-RELOADED: '%prefix% &aConfig reloaded !'
  PLAYERS-IN-AREA: '%prefix% &fPlayers in investment zone: &6%size%'
  PLAYER-IN-AREA-INFO: '%prefix% &fThe player &6%target% &fhas invested in the investment
    &6%investment% &f!'
  PLAYER-IN-AREA-INFO-NONE: '%prefix% &cThe player %target% has not invested yet !'
INVESTMENT:
  NO-PERMISSION: '%prefix% &cYou do not have permission to invest in that !'
  ON-INVEST:
    MONEY: '%prefix% &fYou have invested &6%invested%$ &fin the &6%investment% &f
      !'
    EXPERIENCE: '%prefix% &fYou have invested &6%invested% &fexperience points in
      the &6%investment% &f !'
  ON-FINISH:
    MONEY: '%prefix% &fYour &6%invested% $ &finvestment has given you &6$ %reward%
      &f!'
    EXPERIENCE: '%prefix% &fYour &6%invested% $ &finvestment has given you &6%reward%
      &fexperience points !'
  ON-ENTER-ZONE: '%prefix% &fYou have &6entered &fthe &6investment zone &f!'
  ON-LEAVE-ZONE: '%prefix% &fYou &6left &fthe &6investment zone &f!'
  NO-ENOUGH:
    MONEY: '%prefix% &cYou do not have enough money to invest in that !'
    EXPERIENCE: '%prefix% &cYou do not have enough experience to invest in that !'
  MOVE-TO-INVESTMENT-ZONE: '%prefix% &aYou have been moved to the investment zone
    !'
  MAX-ACCOUNT-REACHED: '%actionbar%&cYou have too much account with the same ip address
    in the investment zone.'
REPEATING-MESSAGE:
  INVESTMENT:
  - '%actionbar%&fTime remaining: &6%hours%&fh &6%minutes%&fm &6%seconds%&fs.'
  - '%title%&9In progress...%subtitle%&8[%progressbar%&8] &e%percentage%%'
  NOINVESTMENT: '%actionbar%&6&lNo investment in progress &7- &b&lDo &6&l/investment
    &b&lto start'
  TIME-LIMIT-EXCEED: '%actionbar%&cYou cannot invest more time today !'


Tutorials:
French Tutorial:


English Tutorial:

Tác giả
log4net
Lượt Tải
1
Lượt xem
57
Phát hành lúc
Cập nhật lúc

Đánh giá

0.00 star(s) 0 đánh giá