Index
All Classes and Interfaces|All Packages
M
- makePayment(UUID, UUID, double, boolean, boolean) - Static method in class me.EtienneDx.RealEstate.Utils
-
Processes a payment transaction between two players.
- MANAGE - Enum constant in enum class me.EtienneDx.RealEstate.ClaimAPI.ClaimPermission
-
Allows a player to manage the claim.
- me.EtienneDx.RealEstate - package me.EtienneDx.RealEstate
- me.EtienneDx.RealEstate.ClaimAPI - package me.EtienneDx.RealEstate.ClaimAPI
- me.EtienneDx.RealEstate.ClaimAPI.GriefDefender - package me.EtienneDx.RealEstate.ClaimAPI.GriefDefender
- me.EtienneDx.RealEstate.ClaimAPI.GriefPrevention - package me.EtienneDx.RealEstate.ClaimAPI.GriefPrevention
- me.EtienneDx.RealEstate.ClaimAPI.Towny - package me.EtienneDx.RealEstate.ClaimAPI.Towny
- me.EtienneDx.RealEstate.ClaimAPI.WorldGuard - package me.EtienneDx.RealEstate.ClaimAPI.WorldGuard
- me.EtienneDx.RealEstate.Transactions - package me.EtienneDx.RealEstate.Transactions
- messages - Variable in class me.EtienneDx.RealEstate.RealEstate
-
The messages instance for customizable messages.
- Messages - Class in me.EtienneDx.RealEstate
-
The Messages class holds all configurable message templates for the RealEstate plugin.
- Messages() - Constructor for class me.EtienneDx.RealEstate.Messages
-
Constructs a new Messages instance and initializes the plugin description file.
- msgErrorAlreadyBought - Variable in class me.EtienneDx.RealEstate.Messages
-
Error message when a claim already has a buyer.
- msgErrorAuctionCouldntPayOwner - Variable in class me.EtienneDx.RealEstate.Messages
-
Error message when the auction payment to the owner fails.
- msgErrorAuctionCouldntReceiveOwner - Variable in class me.EtienneDx.RealEstate.Messages
-
Error message when the auction payment from the owner fails.
- msgErrorAuctionOnly - Variable in class me.EtienneDx.RealEstate.Messages
-
Error message when the command only applies to auctioned claims.
- msgErrorAutoRenewDisabled - Variable in class me.EtienneDx.RealEstate.Messages
-
Error message when automatic renew is disabled.
- msgErrorBuyerOnly - Variable in class me.EtienneDx.RealEstate.Messages
-
Error message when a command is restricted to the buyer only.
- msgErrorCantCancelAlreadyLeased - Variable in class me.EtienneDx.RealEstate.Messages
-
Error message when a leased claim cannot be cancelled.
- msgErrorCantCancelAlreadyRented - Variable in class me.EtienneDx.RealEstate.Messages
-
Error message when a rented claim cannot be cancelled.
- msgErrorCantCancelAuction - Variable in class me.EtienneDx.RealEstate.Messages
-
Error message when an auctioned claim cannot be cancelled.
- msgErrorClaimAlreadyHighestBidder - Variable in class me.EtienneDx.RealEstate.Messages
-
Error message when the player is already the highest bidder.
- msgErrorClaimAlreadyLeased - Variable in class me.EtienneDx.RealEstate.Messages
-
Error message when the claim is already leased.
- msgErrorClaimAlreadyOwner - Variable in class me.EtienneDx.RealEstate.Messages
-
Error message when the player is already the owner of the claim.
- msgErrorClaimAlreadyRented - Variable in class me.EtienneDx.RealEstate.Messages
-
Error message when the claim is already rented.
- msgErrorClaimDoesNotExist - Variable in class me.EtienneDx.RealEstate.Messages
-
Error message when the claim does not exist.
- msgErrorClaimDoesNotExistAuction - Variable in class me.EtienneDx.RealEstate.Messages
-
Error message when an auctioned claim does not exist.
- msgErrorClaimInTransactionCantAccess - Variable in class me.EtienneDx.RealEstate.Messages
-
Error message when access is not permitted due to an ongoing transaction.
- msgErrorClaimInTransactionCantBuild - Variable in class me.EtienneDx.RealEstate.Messages
-
Error message when building is not permitted on a claim in transaction.
- msgErrorClaimInTransactionCantEdit - Variable in class me.EtienneDx.RealEstate.Messages
-
Error message when editing is not permitted due to an ongoing transaction.
- msgErrorClaimInTransactionCantInventory - Variable in class me.EtienneDx.RealEstate.Messages
-
Error message when container access is not allowed due to a transaction.
- msgErrorClaimInTransactionCantManage - Variable in class me.EtienneDx.RealEstate.Messages
-
Error message when management actions are blocked by a transaction.
- msgErrorClaimInTransactionCantOwner - Variable in class me.EtienneDx.RealEstate.Messages
-
Error message when the claim is involved in a transaction and cannot be modified.
- msgErrorClaimNoAuctionPermission - Variable in class me.EtienneDx.RealEstate.Messages
-
Error message when the player does not have permission to auction a claim.
- msgErrorClaimNoBuyPermission - Variable in class me.EtienneDx.RealEstate.Messages
-
Error message when the player does not have permission to buy a claim.
- msgErrorClaimNoClaimBlocks - Variable in class me.EtienneDx.RealEstate.Messages
-
Error message when the player does not have enough claim blocks.
- msgErrorClaimNoInfoPermission - Variable in class me.EtienneDx.RealEstate.Messages
-
Error message when the player does not have permission to view claim information.
- msgErrorClaimNoLeasePermission - Variable in class me.EtienneDx.RealEstate.Messages
-
Error message when the player does not have permission to lease a claim.
- msgErrorClaimNoRentPermission - Variable in class me.EtienneDx.RealEstate.Messages
-
Error message when the player does not have permission to rent a claim.
- msgErrorClaimNotAuctionedByOwner - Variable in class me.EtienneDx.RealEstate.Messages
-
Error message when the claim is not auctioned by its owner.
- msgErrorClaimNotLeasedByOwner - Variable in class me.EtienneDx.RealEstate.Messages
-
Error message when the claim is not leased by its owner.
- msgErrorClaimNotRentedByOwner - Variable in class me.EtienneDx.RealEstate.Messages
-
Error message when the claim is not rented by its owner.
- msgErrorClaimNotSoldByOwner - Variable in class me.EtienneDx.RealEstate.Messages
-
Error message when the claim is not sold by its owner.
- msgErrorCommandUsage - Variable in class me.EtienneDx.RealEstate.Messages
-
Error message for invalid command usage.
- msgErrorContactAdmin - Variable in class me.EtienneDx.RealEstate.Messages
-
Error message instructing the player to contact an admin.
- msgErrorCouldntReimburseOther - Variable in class me.EtienneDx.RealEstate.Messages
-
Error message when another player cannot be reimbursed.
- msgErrorCouldntReimburseSelf - Variable in class me.EtienneDx.RealEstate.Messages
-
Error message when the player cannot be reimbursed.
- msgErrorExitOfferAlreadyExists - Variable in class me.EtienneDx.RealEstate.Messages
-
Error message when an exit offer already exists.
- msgErrorExitOfferCantAcceptSelf - Variable in class me.EtienneDx.RealEstate.Messages
-
Error message when the player tries to accept their own exit offer.
- msgErrorExitOfferCantCancelOther - Variable in class me.EtienneDx.RealEstate.Messages
-
Error message when someone other than the offer creator tries to cancel the exit offer.
- msgErrorExitOfferCantRefuseSelf - Variable in class me.EtienneDx.RealEstate.Messages
-
Error message when the player tries to refuse their own exit offer.
- msgErrorExitOfferNoBuyer - Variable in class me.EtienneDx.RealEstate.Messages
-
Error message when there is no buyer engaged in the transaction.
- msgErrorExitOfferNone - Variable in class me.EtienneDx.RealEstate.Messages
-
Error message when there is no exit offer for the claim.
- msgErrorInvalidDuration - Variable in class me.EtienneDx.RealEstate.Messages
-
Error message for an invalid duration.
- msgErrorInvalidNumber - Variable in class me.EtienneDx.RealEstate.Messages
-
Error message for an invalid number.
- msgErrorInvalidOption - Variable in class me.EtienneDx.RealEstate.Messages
-
Error message when an invalid option is provided.
- msgErrorNegativeBidStep - Variable in class me.EtienneDx.RealEstate.Messages
-
Error message for a negative bid step.
- msgErrorNegativeNumber - Variable in class me.EtienneDx.RealEstate.Messages
-
Error message for a negative number.
- msgErrorNegativePrice - Variable in class me.EtienneDx.RealEstate.Messages
-
Error message for a negative price.
- msgErrorNoDepositOther - Variable in class me.EtienneDx.RealEstate.Messages
-
Error message when money cannot be deposited to another player.
- msgErrorNoDepositSelf - Variable in class me.EtienneDx.RealEstate.Messages
-
Error message when money cannot be deposited to the player.
- msgErrorNoMoneyOther - Variable in class me.EtienneDx.RealEstate.Messages
-
Error message when another player doesn't have enough money.
- msgErrorNoMoneySelf - Variable in class me.EtienneDx.RealEstate.Messages
-
Error message when the player doesn't have enough money.
- msgErrorNonIntegerPrice - Variable in class me.EtienneDx.RealEstate.Messages
-
Error message when the price is not an integer.
- msgErrorNoOngoingTransaction - Variable in class me.EtienneDx.RealEstate.Messages
-
Error message when there is no ongoing transaction for a claim.
- msgErrorNotPartOfTransaction - Variable in class me.EtienneDx.RealEstate.Messages
-
Error message when the player is not part of the current transaction.
- msgErrorNotRentNorLease - Variable in class me.EtienneDx.RealEstate.Messages
-
Error message when a claim is neither available for rent nor lease.
- msgErrorNoWithdrawOther - Variable in class me.EtienneDx.RealEstate.Messages
-
Error message when money cannot be withdrawn from another player.
- msgErrorNoWithdrawSelf - Variable in class me.EtienneDx.RealEstate.Messages
-
Error message when money cannot be withdrawn from the player.
- msgErrorOutOfClaim - Variable in class me.EtienneDx.RealEstate.Messages
-
Error message when a player is not standing within a claim.
- msgErrorPlayerOnly - Variable in class me.EtienneDx.RealEstate.Messages
-
Error message when the command is only for players.
- msgErrorRentOnly - Variable in class me.EtienneDx.RealEstate.Messages
-
Error message when the command only applies to rented claims.
- msgErrorSignAuctionDisabled - Variable in class me.EtienneDx.RealEstate.Messages
-
Error message when auctioning is disabled.
- msgErrorSignLeasingDisabled - Variable in class me.EtienneDx.RealEstate.Messages
-
Error message when leasing is disabled.
- msgErrorSignNoAdminAuctionPermission - Variable in class me.EtienneDx.RealEstate.Messages
-
Error message when the player lacks permission to auction an admin claim.
- msgErrorSignNoAdminLeasePermission - Variable in class me.EtienneDx.RealEstate.Messages
-
Error message when the player lacks permission to lease an admin claim.
- msgErrorSignNoAdminRentPermission - Variable in class me.EtienneDx.RealEstate.Messages
-
Error message when the player lacks permission to rent an admin claim.
- msgErrorSignNoAdminSellPermission - Variable in class me.EtienneDx.RealEstate.Messages
-
Error message when the player lacks permission to sell an admin claim.
- msgErrorSignNoAuctionPermission - Variable in class me.EtienneDx.RealEstate.Messages
-
Error message when the player lacks permission to auction a claim.
- msgErrorSignNoLeasePermission - Variable in class me.EtienneDx.RealEstate.Messages
-
Error message when the player lacks permission to lease a claim.
- msgErrorSignNoRentPermission - Variable in class me.EtienneDx.RealEstate.Messages
-
Error message when the player lacks permission to rent a claim.
- msgErrorSignNoSellPermission - Variable in class me.EtienneDx.RealEstate.Messages
-
Error message when the player lacks permission to sell a claim.
- msgErrorSignNotAdmin - Variable in class me.EtienneDx.RealEstate.Messages
-
Error message when the sign can only be destroyed by an admin.
- msgErrorSignNotAuthor - Variable in class me.EtienneDx.RealEstate.Messages
-
Error message when the sign is destroyed by someone who is not the author.
- msgErrorSignNotInClaim - Variable in class me.EtienneDx.RealEstate.Messages
-
Error message when the sign is not inside a claim.
- msgErrorSignNotOwner - Variable in class me.EtienneDx.RealEstate.Messages
-
Error message when the player attempts to modify a claim they do not own.
- msgErrorSignNoTransaction - Variable in class me.EtienneDx.RealEstate.Messages
-
Error message when no transaction is associated with the sign.
- msgErrorSignOngoingTransaction - Variable in class me.EtienneDx.RealEstate.Messages
-
Error message when the claim already has an ongoing transaction.
- msgErrorSignParentOngoingTransaction - Variable in class me.EtienneDx.RealEstate.Messages
-
Error message when the parent claim already has an ongoing transaction.
- msgErrorSignRentingDisabled - Variable in class me.EtienneDx.RealEstate.Messages
-
Error message when renting is disabled.
- msgErrorSignSellingDisabled - Variable in class me.EtienneDx.RealEstate.Messages
-
Error message when selling is disabled.
- msgErrorSignSubclaimOngoingTransaction - Variable in class me.EtienneDx.RealEstate.Messages
-
Error message when a subclaim has an ongoing transaction.
- msgErrorSubclaimInTransaction - Variable in class me.EtienneDx.RealEstate.Messages
-
Error message when a subclaim is involved in a transaction.
- msgErrorUnexpected - Variable in class me.EtienneDx.RealEstate.Messages
-
Error message for unexpected errors.
- msgErrorValueGreaterThanZero - Variable in class me.EtienneDx.RealEstate.Messages
-
Error message when a numeric value is not greater than zero.
- msgInfo(CommandSender) - Method in class me.EtienneDx.RealEstate.Transactions.ClaimAuction
-
Sends auction information to a CommandSender.
- msgInfo(CommandSender) - Method in class me.EtienneDx.RealEstate.Transactions.ClaimLease
-
Sends a one-line information message about the lease transaction to a CommandSender.
- msgInfo(CommandSender) - Method in class me.EtienneDx.RealEstate.Transactions.ClaimRent
-
Sends a one-line summary of the lease transaction to a command sender.
- msgInfo(CommandSender) - Method in class me.EtienneDx.RealEstate.Transactions.ClaimSell
-
Sends a one-line summary of the sale transaction to a command sender.
- msgInfo(CommandSender) - Method in interface me.EtienneDx.RealEstate.Transactions.Transaction
-
Sends transaction information to the specified command sender.
- msgInfoClaimBuyerLeaseStarted - Variable in class me.EtienneDx.RealEstate.Messages
-
Message for when a buyer starts leasing a claim.
- msgInfoClaimBuyerRented - Variable in class me.EtienneDx.RealEstate.Messages
-
Message for when a buyer rents a claim.
- msgInfoClaimBuyerSold - Variable in class me.EtienneDx.RealEstate.Messages
-
Message for when a buyer successfully purchases a claim.
- msgInfoClaimCreatedAuction - Variable in class me.EtienneDx.RealEstate.Messages
-
Message confirming successful creation of an auction.
- msgInfoClaimCreatedAuctionBroadcast - Variable in class me.EtienneDx.RealEstate.Messages
-
Broadcast message when an auction is created.
- msgInfoClaimCreatedLease - Variable in class me.EtienneDx.RealEstate.Messages
-
Message confirming successful creation of a lease.
- msgInfoClaimCreatedLeaseBroadcast - Variable in class me.EtienneDx.RealEstate.Messages
-
Broadcast message when a lease is created.
- msgInfoClaimCreatedRent - Variable in class me.EtienneDx.RealEstate.Messages
-
Message confirming successful creation of a rent offer.
- msgInfoClaimCreatedRentBroadcast - Variable in class me.EtienneDx.RealEstate.Messages
-
Broadcast message when a rent offer is created.
- msgInfoClaimCreatedSell - Variable in class me.EtienneDx.RealEstate.Messages
-
Message confirming successful creation of a sale.
- msgInfoClaimCreatedSellBroadcast - Variable in class me.EtienneDx.RealEstate.Messages
-
Broadcast message when a sale is created.
- msgInfoClaimInfoAuctionBidStep - Variable in class me.EtienneDx.RealEstate.Messages
-
Auction information message displaying the bid step.
- msgInfoClaimInfoAuctionCancelled - Variable in class me.EtienneDx.RealEstate.Messages
-
Auction information message when the auction is cancelled.
- msgInfoClaimInfoAuctionEnded - Variable in class me.EtienneDx.RealEstate.Messages
-
Auction information message when the auction has ended.
- msgInfoClaimInfoAuctionHeader - Variable in class me.EtienneDx.RealEstate.Messages
-
Header for the auction information display.
- msgInfoClaimInfoAuctionHighestBidder - Variable in class me.EtienneDx.RealEstate.Messages
-
Auction information message showing the highest bidder.
- msgInfoClaimInfoAuctionNoBidder - Variable in class me.EtienneDx.RealEstate.Messages
-
Auction information message when no bidder is present.
- msgInfoClaimInfoAuctionOneline - Variable in class me.EtienneDx.RealEstate.Messages
-
One-line auction information message.
- msgInfoClaimInfoAuctionTimeRemaining - Variable in class me.EtienneDx.RealEstate.Messages
-
Auction information message displaying the remaining time.
- msgInfoClaimInfoGeneralLeaseBuyer - Variable in class me.EtienneDx.RealEstate.Messages
-
General lease information message when a buyer is present.
- msgInfoClaimInfoGeneralLeaseNoBuyer - Variable in class me.EtienneDx.RealEstate.Messages
-
General lease information message when no buyer is present.
- msgInfoClaimInfoGeneralRentBuyer - Variable in class me.EtienneDx.RealEstate.Messages
-
General rent information message when a buyer is present.
- msgInfoClaimInfoGeneralRentNoBuyer - Variable in class me.EtienneDx.RealEstate.Messages
-
General rent information message when no buyer is present.
- msgInfoClaimInfoLeaseHeader - Variable in class me.EtienneDx.RealEstate.Messages
-
Header for the lease information display.
- msgInfoClaimInfoLeaseOneline - Variable in class me.EtienneDx.RealEstate.Messages
-
One-line lease information display.
- msgInfoClaimInfoLeasePaymentBuyer - Variable in class me.EtienneDx.RealEstate.Messages
-
Lease payment information message for the buyer.
- msgInfoClaimInfoLeasePaymentBuyerFinal - Variable in class me.EtienneDx.RealEstate.Messages
-
Lease payment message for the buyer when it is the final payment.
- msgInfoClaimInfoLeasePaymentOwner - Variable in class me.EtienneDx.RealEstate.Messages
-
Lease payment information message for the owner.
- msgInfoClaimInfoLeasePaymentOwnerFinal - Variable in class me.EtienneDx.RealEstate.Messages
-
Lease payment message for the owner when it is the final payment.
- msgInfoClaimInfoMainOwner - Variable in class me.EtienneDx.RealEstate.Messages
-
Message displaying the main claim's owner.
- msgInfoClaimInfoNote - Variable in class me.EtienneDx.RealEstate.Messages
-
A note regarding subclaim access.
- msgInfoClaimInfoOwner - Variable in class me.EtienneDx.RealEstate.Messages
-
Message displaying the current owner of the claim.
- msgInfoClaimInfoRentAutoRenew - Variable in class me.EtienneDx.RealEstate.Messages
-
Message indicating the current automatic renew status for rent.
- msgInfoClaimInfoRentCancelled - Variable in class me.EtienneDx.RealEstate.Messages
-
Rent cancellation message.
- msgInfoClaimInfoRentHeader - Variable in class me.EtienneDx.RealEstate.Messages
-
Rent information header.
- msgInfoClaimInfoRentOneline - Variable in class me.EtienneDx.RealEstate.Messages
-
One-line rent information message.
- msgInfoClaimInfoRentPaymentBuyer - Variable in class me.EtienneDx.RealEstate.Messages
-
Rent payment information message for the buyer.
- msgInfoClaimInfoRentPaymentBuyerCancelled - Variable in class me.EtienneDx.RealEstate.Messages
-
Rent payment cancellation message for the buyer.
- msgInfoClaimInfoRentPaymentOwner - Variable in class me.EtienneDx.RealEstate.Messages
-
Rent payment information message for the owner.
- msgInfoClaimInfoRentPaymentOwnerCancelled - Variable in class me.EtienneDx.RealEstate.Messages
-
Rent payment cancellation message for the owner.
- msgInfoClaimInfoSellGeneral - Variable in class me.EtienneDx.RealEstate.Messages
-
General sale information message.
- msgInfoClaimInfoSellHeader - Variable in class me.EtienneDx.RealEstate.Messages
-
Header for the sale information display.
- msgInfoClaimInfoSellOneline - Variable in class me.EtienneDx.RealEstate.Messages
-
One-line sale information message.
- msgInfoClaimOwnerLeaseStarted - Variable in class me.EtienneDx.RealEstate.Messages
-
Broadcast message when a claim lease has started.
- msgInfoClaimOwnerRented - Variable in class me.EtienneDx.RealEstate.Messages
-
Broadcast message when a claim is rented.
- msgInfoClaimOwnerSold - Variable in class me.EtienneDx.RealEstate.Messages
-
Broadcast message when a claim is bought by a new owner.
- msgInfoExitOfferAccept - Variable in class me.EtienneDx.RealEstate.Messages
-
Message instructing the player on how to accept an exit offer.
- msgInfoExitOfferAcceptedByOther - Variable in class me.EtienneDx.RealEstate.Messages
-
Broadcast message when another player accepts the exit offer.
- msgInfoExitOfferAcceptedBySelf - Variable in class me.EtienneDx.RealEstate.Messages
-
Message confirming that the exit offer was accepted by the player.
- msgInfoExitOfferCancel - Variable in class me.EtienneDx.RealEstate.Messages
-
Message instructing the player on how to cancel their exit offer.
- msgInfoExitOfferCancelledByOther - Variable in class me.EtienneDx.RealEstate.Messages
-
Broadcast message when another player cancels the exit offer.
- msgInfoExitOfferCancelledBySelf - Variable in class me.EtienneDx.RealEstate.Messages
-
Message confirming that the exit offer has been cancelled by the player.
- msgInfoExitOfferCreatedByOther - Variable in class me.EtienneDx.RealEstate.Messages
-
Broadcast message when another player creates an exit offer.
- msgInfoExitOfferCreatedBySelf - Variable in class me.EtienneDx.RealEstate.Messages
-
Message confirming that the exit offer was created by the player.
- msgInfoExitOfferMadeByStatus - Variable in class me.EtienneDx.RealEstate.Messages
-
Message indicating the status of an exit offer created by the player.
- msgInfoExitOfferMadeToStatus - Variable in class me.EtienneDx.RealEstate.Messages
-
Message indicating the status of an exit offer made to the player.
- msgInfoExitOfferNone - Variable in class me.EtienneDx.RealEstate.Messages
-
Message indicating that no exit offer is available for the claim.
- msgInfoExitOfferReject - Variable in class me.EtienneDx.RealEstate.Messages
-
Message instructing the player on how to reject an exit offer.
- msgInfoExitOfferRejectedByOther - Variable in class me.EtienneDx.RealEstate.Messages
-
Broadcast message when another player rejects the exit offer.
- msgInfoExitOfferRejectedBySelf - Variable in class me.EtienneDx.RealEstate.Messages
-
Message indicating that the exit offer has been rejected.
- msgListNextPage - Variable in class me.EtienneDx.RealEstate.Messages
-
Message indicating how to view the next page of transactions.
- msgListTransactionsHeader - Variable in class me.EtienneDx.RealEstate.Messages
-
Header for the transaction list.
- msgNoTransactionFound - Variable in class me.EtienneDx.RealEstate.Messages
-
Message displayed when no transaction is found.
- msgNoTransactionFoundHere - Variable in class me.EtienneDx.RealEstate.Messages
-
Message displayed when no transaction is found at the player's location.
- msgPageMustBePositive - Variable in class me.EtienneDx.RealEstate.Messages
-
Message indicating that the page number must be a positive option.
- msgPageNotExists - Variable in class me.EtienneDx.RealEstate.Messages
-
Message displayed when the requested page does not exist.
- msgRenewRentCurrently - Variable in class me.EtienneDx.RealEstate.Messages
-
Message indicating the current status of automatic rent renewal.
- msgRenewRentNow - Variable in class me.EtienneDx.RealEstate.Messages
-
Message indicating that automatic rent renewal is now active or inactive.
- msgSignAuctionEnded - Variable in class me.EtienneDx.RealEstate.Messages
-
Sign message indicating that the auction has ended.
- msgSignAuctionHighestBidder - Variable in class me.EtienneDx.RealEstate.Messages
-
Sign message displaying the highest bidder in an auction.
- msgSignAuctionNoBider - Variable in class me.EtienneDx.RealEstate.Messages
-
Sign message displayed when no bidder is present.
- msgSignAuctionRemainingTime - Variable in class me.EtienneDx.RealEstate.Messages
-
Sign message showing the remaining time in an auction.
- msgSignAuctionWon - Variable in class me.EtienneDx.RealEstate.Messages
-
Sign message indicating that the auction was won.
- MYSQL - Enum constant in enum class me.EtienneDx.RealEstate.Transactions.TransactionsStore.StorageType
-
MySQL database storage.
- mysqlAutoReconnect - Variable in class me.EtienneDx.RealEstate.Config
-
Whether the MySQL connection should automatically reconnect.
- mysqlDatabase - Variable in class me.EtienneDx.RealEstate.Config
-
The MySQL database name.
- mysqlHost - Variable in class me.EtienneDx.RealEstate.Config
-
The MySQL database host.
- mysqlPassword - Variable in class me.EtienneDx.RealEstate.Config
-
The MySQL database password.
- mysqlPort - Variable in class me.EtienneDx.RealEstate.Config
-
The MySQL database port.
- mysqlPrefix - Variable in class me.EtienneDx.RealEstate.Config
-
The MySQL table prefix.
- mysqlUsername - Variable in class me.EtienneDx.RealEstate.Config
-
The MySQL database username.
- mysqlUseSSL - Variable in class me.EtienneDx.RealEstate.Config
-
Whether to use SSL for the MySQL connection.
All Classes and Interfaces|All Packages